| @@ -34,7 +34,7 @@ | ||
| 34 | 34 | |
| 35 | 35 | list($prefix) = $this->getPrefixAndHost($host); | 
| 36 | 36 | |
| 37 | -        if($prefix !== false){ | |
| 37 | +        if ($prefix !== false) { | |
| 38 | 38 | |
| 39 | 39 |              $params = (array) $request->getAttribute('params', []); | 
| 40 | 40 | |
| @@ -34,7 +34,7 @@ | ||
| 34 | 34 | |
| 35 | 35 | list($prefix) = $this->getPrefixAndHost($host); | 
| 36 | 36 | |
| 37 | -        if($prefix !== false){ | |
| 37 | +        if($prefix !== false) { | |
| 38 | 38 | |
| 39 | 39 |              $params = (array) $request->getAttribute('params', []); | 
| 40 | 40 | |