Completed
Push — master ( 854c80...49471c )
by Jan
12:06
created
src/Stream/DefaultStream.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
      * Internal wrapper method, mainly for testing.
189 189
      *
190 190
      * @param resource $stream
191
-     * @param          $len
191
+     * @param          integer|null $len
192 192
      *
193 193
      * @return string
194 194
      */
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     /**
215 215
      * Internal wrapper method, mainly for testing.
216 216
      *
217
-     * @param $stream
217
+     * @param resource $stream
218 218
      *
219 219
      * @return array
220 220
      */
Please login to merge, or discard this patch.