Passed
Pull Request — master (#9)
by
unknown
02:25
created
src/RedirectionForm.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      */
105 105
     protected function getDefaultViewRenderer() : callable
106 106
     {
107
-        return function (string $view, string $action, array $inputs, string $method) {
107
+        return function(string $view, string $action, array $inputs, string $method) {
108 108
             ob_start();
109 109
 
110 110
             require($view);
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
      */
182 182
     public function getTargetUrl(): string
183 183
     {
184
-        return $this->getAction() . '?' . http_build_query($this->getInputs());
184
+        return $this->getAction().'?'.http_build_query($this->getInputs());
185 185
     }
186 186
 
187 187
     /**
Please login to merge, or discard this patch.