Passed
Push — develop ( eb1f24...8812ee )
by Mathieu
02:53
created
src/DependencyInjection/Compiler/AccessCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             }
85 85
 
86 86
             $roles[$annotation->getRole()] = array_map(
87
-              function (string $permission) use ($prefix) {
87
+              function(string $permission) use ($prefix) {
88 88
                   return $prefix . strtoupper($permission);
89 89
               },
90 90
               $annotation->permissions
Please login to merge, or discard this patch.