@@ -108,7 +108,7 @@ |
||
| 108 | 108 | */ |
| 109 | 109 | public function generateUri($name, array $substitutions = []) |
| 110 | 110 | { |
| 111 | - if (! $this->router->hasNamedRoute($name)) { |
|
| 111 | + if (!$this->router->hasNamedRoute($name)) { |
|
| 112 | 112 | throw new Exception\RuntimeException(sprintf( |
| 113 | 113 | 'Cannot generate URI based on route "%s"; route not found', |
| 114 | 114 | $name |