Completed
Push — 1.x ( d1a99d...be31ef )
by Marko
02:10
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->role] = 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.
src/Annotation/DatagridAssociationField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ShowAssociationField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ExportAssociationField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 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\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ListAssociationField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 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\Annotation;
6 6
 
Please login to merge, or discard this patch.