Completed
Push — master ( 201321...f974f3 )
by Ivan
01:52
created
src/Request.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -241,6 +241,10 @@  discard block
 block discarded – undo
241 241
 
242 242
         return $matches['version'];
243 243
     }
244
+
245
+    /**
246
+     * @param ZendUri $uri
247
+     */
244 248
     public function __construct(
245 249
         array $serverParams = [],
246 250
         array $uploadedFiles = [],
@@ -316,6 +320,11 @@  discard block
 block discarded – undo
316 320
 
317 321
         return $value;
318 322
     }
323
+
324
+    /**
325
+     * @param string|null $key
326
+     * @param string|null $mode
327
+     */
319 328
     protected function getValue(array $collection, $key, $default, $mode)
320 329
     {
321 330
         if ($key === null) {
Please login to merge, or discard this patch.