| @@ -114,7 +114,7 @@ | ||
| 114 | 114 | */ | 
| 115 | 115 | public function generateUri($name, array $substitutions = [], array $options = []) | 
| 116 | 116 |      { | 
| 117 | -        if (! $this->router->hasNamedRoute($name)) { | |
| 117 | +        if (!$this->router->hasNamedRoute($name)) { | |
| 118 | 118 | throw new Exception\RuntimeException(sprintf( | 
| 119 | 119 | 'Cannot generate URI based on route "%s"; route not found', | 
| 120 | 120 | $name |