@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | |
| 166 | 166 | /** |
| 167 | 167 | * @param int $count |
| 168 | - * @return int |
|
| 168 | + * @return string |
|
| 169 | 169 | */ |
| 170 | 170 | public function readBytes($count) |
| 171 | 171 | { |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | } |
| 198 | 198 | |
| 199 | 199 | /** |
| 200 | - * @return string |
|
| 200 | + * @return integer |
|
| 201 | 201 | */ |
| 202 | 202 | public function readUInt16() |
| 203 | 203 | { |
@@ -221,7 +221,7 @@ discard block |
||
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | /** |
| 224 | - * @return int |
|
| 224 | + * @return string |
|
| 225 | 225 | */ |
| 226 | 226 | public function readInt64() |
| 227 | 227 | { |
@@ -229,7 +229,7 @@ discard block |
||
| 229 | 229 | } |
| 230 | 230 | |
| 231 | 231 | /** |
| 232 | - * @return int |
|
| 232 | + * @return string |
|
| 233 | 233 | */ |
| 234 | 234 | public function readUInt64() |
| 235 | 235 | { |
@@ -486,6 +486,7 @@ discard block |
||
| 486 | 486 | * Read a length of characters from the input handle, updating the |
| 487 | 487 | * internal position marker. |
| 488 | 488 | * |
| 489 | + * @param integer $length |
|
| 489 | 490 | * @return string |
| 490 | 491 | */ |
| 491 | 492 | public function readFromHandle($length) |
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | * |
| 24 | 24 | * @param \PhpBinaryReader\BinaryReader $br |
| 25 | 25 | * @param null $length |
| 26 | - * @return int |
|
| 26 | + * @return string |
|
| 27 | 27 | * @throws \OutOfBoundsException |
| 28 | 28 | */ |
| 29 | 29 | public function read(BinaryReader &$br, $length = null) |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | * Returns a Signed 64-Bit Integer |
| 56 | 56 | * |
| 57 | 57 | * @param \PhpBinaryReader\BinaryReader $br |
| 58 | - * @return int |
|
| 58 | + * @return string |
|
| 59 | 59 | */ |
| 60 | 60 | public function readSigned(&$br) |
| 61 | 61 | { |