Passed
Push — master ( 2927c7...98f658 )
by Michael
01:46
created
MO4/Tests/Arrays/MultiLineArrayUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                     24 => 1,
61 61
                     28 => 1,
62 62
                     32 => 1,
63
-                   );
63
+                    );
64 64
         }//end switch
65 65
 
66 66
         throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
Please login to merge, or discard this patch.
MO4/Tests/Arrays/ArrayDoubleArrowAlignmentUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                     132 => 1,
83 83
                     134 => 1,
84 84
                     136 => 2,
85
-                   );
85
+                    );
86 86
         }//end switch
87 87
 
88 88
         throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
Please login to merge, or discard this patch.