Skip to content

Commit 6c034ae

Browse files
VincentLangletLolGleb
authored andcommitted
Fix
1 parent cc0912d commit 6c034ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eio/eio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ function eio_cancel($req): void {}
559559
* @link https://www.php.net/manual/en/function.eio-grp.php
560560
* @param mixed $callback function is called when the request is done
561561
* @param mixed $data Arbitrary variable passed to callback
562-
* @return resource returns request group resource on success, or false on failure.
562+
* @return resource|false returns request group resource on success, or false on failure.
563563
*/
564564
function eio_grp(mixed $callback, mixed $data = null) {}
565565

0 commit comments

Comments
 (0)