@@ -104,7 +104,7 @@ discard block |
||
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 |
||
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 | /** |