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