Completed
Push — master ( ed637b...a7af36 )
by Evgenij
02:56
created
src/Socket/AsyncSelector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
254 254
      * @param resource[] $write List of sockets to check for write. After function return it will be filled with
255 255
      *      sockets, which are ready to write
256 256
      *
257
-     * @return bool|int False in case of system error, int - amount of sockets ready for I/O
257
+     * @return integer False in case of system error, int - amount of sockets ready for I/O
258 258
      */
259 259
     private function doStreamSelect($seconds, $usec = null, array &$read = null, array &$write = null)
260 260
     {
Please login to merge, or discard this patch.