@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public function params(): array |
45 | 45 | { |
46 | - if (! $this->httpRequest()) { |
|
46 | + if (!$this->httpRequest()) { |
|
47 | 47 | return []; |
48 | 48 | } |
49 | 49 |