Passed
Push — master ( 9b3f61...455600 )
by Michiel
06:40
created
classes/phing/types/selectors/SizeSelector.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
     private const VALUE_KEY = 'value';
46 46
     private const WHEN_KEY  = 'when';
47 47
     private const WHEN      = [-1 => 'less',
48
-                               0  => 'equal',
49
-                               1  => 'more',];
48
+                                0  => 'equal',
49
+                                1  => 'more',];
50 50
 
51 51
     public function __toString(): string
52 52
     {
Please login to merge, or discard this patch.