Completed
Pull Request — master (#12)
by
unknown
03:44
created
src/BinaryReader.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.