Passed
Push — master ( 000a1b...bdeeb1 )
by Petr
07:42
created
php-src/Params/Request/Input.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 {
20 20
     public function set(IFiltered $inputs, ?string $virtualDir = null): parent
21 21
     {
22
-        $requestUri = $inputs->getInArray('REQUEST_URI', [IEntry::SOURCE_SERVER, ] );
22
+        $requestUri = $inputs->getInArray('REQUEST_URI', [IEntry::SOURCE_SERVER, ]);
23 23
         $entry = reset($requestUri);
24 24
         return $this->setData($entry ? strval($entry) : '', $virtualDir);
25 25
     }
Please login to merge, or discard this patch.