Skip to content

Commit 17f6b20

Browse files
committed
fix(docs): correct stream_select call signature
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 24ad2b8 commit 17f6b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ $stream = $pending->getNotificationStream();
504504

505505
$read = [$stream];
506506
$write = $except = [];
507-
stream_select($read, $write, $except, timeout_seconds: 30);
507+
stream_select($read, $write, $except, 30, 0);
508508

509509
$document = $pending->join();
510510
```

0 commit comments

Comments
 (0)