@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | |
| 152 | 152 | /** |
| 153 | 153 | * @param int $count |
| 154 | - * @return int |
|
| 154 | + * @return string |
|
| 155 | 155 | */ |
| 156 | 156 | public function readBytes($count) |
| 157 | 157 | { |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | } |
| 184 | 184 | |
| 185 | 185 | /** |
| 186 | - * @return string |
|
| 186 | + * @return integer |
|
| 187 | 187 | */ |
| 188 | 188 | public function readUInt16() |
| 189 | 189 | { |
@@ -432,6 +432,7 @@ discard block |
||
| 432 | 432 | * Read a length of characters from the input handle, updating the |
| 433 | 433 | * internal position marker. |
| 434 | 434 | * |
| 435 | + * @param integer $length |
|
| 435 | 436 | * @return string |
| 436 | 437 | */ |
| 437 | 438 | public function readFromHandle($length) |