Passed
Push — master ( 26f9dc...b66765 )
by Marko
02:57
created
src/Reader/ListReader.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\Reader;
6 6
 
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     {
29 29
         $actions = [];
30 30
 
31
-        foreach($annotations as $annotation) {
31
+        foreach ($annotations as $annotation) {
32 32
             if (!$this->isSupported($annotation)) {
33 33
                 continue;
34 34
             }
Please login to merge, or discard this patch.