Passed
Pull Request — master (#1814)
by Tarmo
62:17
created
ecs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /ecs.php
5 5
  *
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         ],
64 64
         [
65 65
             CastSpacesFixer::class,
66
-            ['space' => 'none',],
66
+            ['space' => 'none', ],
67 67
         ],
68 68
         [
69 69
             OrderedImportsFixer::class,
Please login to merge, or discard this patch.