@@ -118,7 +118,7 @@ |
||
118 | 118 | return $type; |
119 | 119 | } |
120 | 120 | |
121 | - private function getQueryParam($name, $explode=false) { |
|
121 | + private function getQueryParam($name, $explode = false) { |
|
122 | 122 | if ($explode) { |
123 | 123 | return $this->request->getQueryParam($name) ? explode(' ', $this->request->getQueryParam($name)) : null; |
124 | 124 | } |