@@ -64,7 +64,7 @@ |
||
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 | { |