Passed
Push — master ( f17ae0...2927c7 )
by Michael
02:02
created
MO4/Tests/Formatting/UnnecessaryNamespaceUsageUnitTest.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,12 +90,12 @@  discard block
 block discarded – undo
90 90
                     46 => 1,
91 91
                     52 => 1,
92 92
                     56 => 1,
93
-                   );
93
+                    );
94 94
         case 'UnnecessaryNamespaceUsageUnitTest.fail.2.inc':
95 95
             return array(
96 96
                     10 => 1,
97 97
                     11 => 1,
98
-                   );
98
+                    );
99 99
         case 'UnnecessaryNamespaceUsageUnitTest.fail.3.inc':
100 100
             return array(
101 101
                     15 => 1,
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
                     22 => 1,
106 106
                     23 => 1,
107 107
                     25 => 3,
108
-                   );
108
+                    );
109 109
         }//end switch
110 110
 
111 111
         throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      *
48 48
      * @return array<int, int>
49 49
      */
50
-    protected function getErrorList($testFile='')
50
+    protected function getErrorList($testFile = '')
51 51
     {
52 52
         return array();
53 53
 
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * @return array<int, int>
66 66
      * @throws RuntimeException
67 67
      */
68
-    protected function getWarningList($testFile='')
68
+    protected function getWarningList($testFile = '')
69 69
     {
70 70
         switch ($testFile) {
71 71
         case 'UnnecessaryNamespaceUsageUnitTest.pass.1.inc':
Please login to merge, or discard this patch.