Completed
Push — master ( 93db1a...75e91c )
by Christian
06:35
created
src/Security/PermissionVoter.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -79,6 +79,7 @@
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * {@inheritDoc}
82
+     * @param string $attribute
82 83
      */
83 84
     public function supportsAttribute($attribute)
84 85
     {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,8 +183,8 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.