Completed
Push — 1.x ( aadfa3...ac39bc )
by Marko
02:25
created
src/DependencyInjection/Compiler/AutoRegisterCompilerPass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\DependencyInjection\Compiler;
6 6
 
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
             }
111 111
 
112 112
             $roles[$annotation->getRole()] = array_map(
113
-                function (string $permission) use ($prefix) {
113
+                function(string $permission) use ($prefix) {
114 114
                     return $prefix . strtoupper($permission);
115 115
                 },
116 116
                 $annotation->permissions
Please login to merge, or discard this patch.