Completed
Push — master ( 214110...89b398 )
by Matthew
01:34
created
src/Fyuze/File/Cabinet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 
114 114
     /**
115 115
      * @param $iterator
116
-     * @return mixed
116
+     * @return \Iterator
117 117
      */
118 118
     protected function createFilter($iterator)
119 119
     {
Please login to merge, or discard this patch.
src/Fyuze/Http/Message/ServerRequest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,6 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * ServerRequest constructor.
42
-     * @param string $uri
43
-     * @param string $method
44 42
      * @param array $server
45 43
      */
46 44
     public function __construct($server = [])
Please login to merge, or discard this patch.
src/Fyuze/Http/Message/Message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-     * @param $key
186
+     * @param string $key
187 187
      * @param $value
188 188
      * @return static
189 189
      */
Please login to merge, or discard this patch.
src/Fyuze/Http/Message/Uri.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
     }
311 311
 
312 312
     /**
313
-     * @param $uri
313
+     * @param string $uri
314 314
      */
315 315
     protected function format($uri)
316 316
     {
@@ -371,8 +371,8 @@  discard block
 block discarded – undo
371 371
     }
372 372
 
373 373
     /**
374
-     * @param $scheme
375
-     * @param $port
374
+     * @param string $scheme
375
+     * @param integer $port
376 376
      * @return bool
377 377
      */
378 378
     protected function isStandardPort($scheme, $port)
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
     }
392 392
 
393 393
     /**
394
-     * @param $key
394
+     * @param string $key
395 395
      * @param $value
396 396
      * @return static
397 397
      */
Please login to merge, or discard this patch.