@@ -79,6 +79,7 @@ |
||
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | 81 | * {@inheritDoc} |
| 82 | + * @param string $attribute |
|
| 82 | 83 | */ |
| 83 | 84 | public function supportsAttribute($attribute) |
| 84 | 85 | { |
@@ -183,8 +183,8 @@ |
||
| 183 | 183 | $router = $this->router; |
| 184 | 184 | |
| 185 | 185 | $cache = $this->getConfigCacheFactory()->cache( |
| 186 | - $this->options['cache_dir'].'/tenside_roles.php', |
|
| 187 | - function (ConfigCacheInterface $cache) use ($router) { |
|
| 186 | + $this->options['cache_dir'] . '/tenside_roles.php', |
|
| 187 | + function(ConfigCacheInterface $cache) use ($router) { |
|
| 188 | 188 | $routes = $router->getRouteCollection(); |
| 189 | 189 | $roles = []; |
| 190 | 190 | foreach ($routes as $name => $route) { |