Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 3, 2024
1 parent 24c5249 commit 518d3a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/socket_select.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
* @param-out ($read is not null ? array<resource> : null) $read
* @param-out ($write is not null ? array<resource> : null) $write
* @param-out ($except is not null ? array<resource> : null) $except
* @return int|false
*/
function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false {}
function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0) {}

0 comments on commit 518d3a3

Please sign in to comment.