Skip to content

Commit 518d3a3

Browse files
committed
Fix build
1 parent 24c5249 commit 518d3a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/socket_select.stub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
* @param-out ($read is not null ? array<resource> : null) $read
88
* @param-out ($write is not null ? array<resource> : null) $write
99
* @param-out ($except is not null ? array<resource> : null) $except
10+
* @return int|false
1011
*/
11-
function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false {}
12+
function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0) {}

0 commit comments

Comments
 (0)