Completed
Push — master ( 130f0c...84b420 )
by Hu
02:48
created
src/Reader/TailReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * read from stream
66 66
      * @param null $length
67
-     * @return bool|string If there is no more data to read, the process will be blocked
67
+     * @return string If there is no more data to read, the process will be blocked
68 68
      */
69 69
     public function read($length = null)
70 70
     {
Please login to merge, or discard this patch.