Passed
Push — develop ( 898d02...1e3bd1 )
by Mathieu
02:08
created
src/DependencyInjection/Compiler/AccessCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
             }
95 95
 
96 96
             $roles[$annotation->role] = array_map(
97
-                function (string $permission) use ($prefix) {
97
+                function(string $permission) use ($prefix) {
98 98
                     return $prefix . strtoupper($permission);
99 99
                 },
100 100
                 $annotation->permissions
Please login to merge, or discard this patch.