x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 32f17b...085afb )
by Ivan
02:44
created
src/Request.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -225,6 +225,10 @@  discard block
 block discarded – undo
225 225
 
226 226
         return $cookies;
227 227
     }
228
+
229
+    /**
230
+     * @param ZendUri $uri
231
+     */
228 232
     public function __construct(
229 233
         array $serverParams = [],
230 234
         array $uploadedFiles = [],
@@ -300,6 +304,11 @@  discard block
 block discarded – undo
300 304
 
301 305
         return $value;
302 306
     }
307
+
308
+    /**
309
+     * @param string|null $key
310
+     * @param string|null $mode
311
+     */
303 312
     protected function getValue(array $collection, $key, $default, $mode)
304 313
     {
305 314
         if ($key === null) {
Please login to merge, or discard this patch.