Passed
Push — master ( 2927c7...98f658 )
by Michael
01:46
created
MO4/Tests/Arrays/MultiLineArrayUnitTest.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @return array<int, int>
47 47
      * @throws RuntimeException
48 48
      */
49
-    protected function getErrorList($testFile='')
49
+    protected function getErrorList($testFile = '')
50 50
     {
51 51
         switch ($testFile) {
52 52
         case 'MultiLineArrayUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Arrays/ArrayDoubleArrowAlignmentUnitTest.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @return array<int, int>
47 47
      * @throws RuntimeException
48 48
      */
49
-    protected function getErrorList($testFile='')
49
+    protected function getErrorList($testFile = '')
50 50
     {
51 51
         switch ($testFile) {
52 52
         case 'ArrayDoubleArrowAlignmentUnitTest.pass.inc':
Please login to merge, or discard this patch.