Completed
Pull Request — master (#80)
by Tobias
09:35
created
src/Encoding/FilteredStream.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -69,6 +69,7 @@
 block discarded – undo
69 69
 
70 70
     /**
71 71
      * {@inheritdoc}
72
+     * @param integer $length
72 73
      */
73 74
     public function read($length)
74 75
     {
Please login to merge, or discard this patch.
src/Stream/BufferedStream.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -197,6 +197,7 @@
 block discarded – undo
197 197
 
198 198
     /**
199 199
      * {@inheritdoc}
200
+     * @param integer $length
200 201
      */
201 202
     public function read($length)
202 203
     {
Please login to merge, or discard this patch.