Skip to content

Commit dd5bd72

Browse files
committed
update stub
1 parent 16d9323 commit dd5bd72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/sockets/sockets.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function socket_sendto(Socket $socket, string $data, int $length, int $flags, st
7474
* @return array<string, mixed>|int|false
7575
* @refcount 1
7676
*/
77-
function socket_get_option(Socket $socket, int $level, int $option): array|int|false {}
77+
function socket_get_option(Socket $socket, int $level, int $option): array|int|string|false {}
7878

7979
/**
8080
* @return array<string, mixed>|int|false

ext/sockets/sockets_arginfo.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)