From a43bc33fb2575cda582167c0d6571e501a2e6496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 4 Apr 2020 13:03:16 +0200 Subject: Annotate function aliases in stubs --- ext/posix/posix.stub.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/posix') diff --git a/ext/posix/posix.stub.php b/ext/posix/posix.stub.php index 008d35f689..dcef25cfec 100644 --- a/ext/posix/posix.stub.php +++ b/ext/posix/posix.stub.php @@ -93,6 +93,7 @@ function posix_setrlimit(int $resource, int $softlimit, int $hardlimit): bool {} function posix_get_last_error(): int {} +/** @alias posix_get_last_error */ function posix_errno(): int {} function posix_strerror(int $errno): string {} -- cgit v1.2.1