Test Setup Failed
Push — master ( 88c29c...7d4a24 )
by noitran
02:44
created
src/Parsers/Simple/SimpleParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     public function getQueryValue()
37 37
     {
38
-        return $this->request[$this->getQueryParameterName()];
38
+        return $this->request[ $this->getQueryParameterName() ];
39 39
     }
40 40
 
41 41
     /**
Please login to merge, or discard this patch.