@@ -60,7 +60,7 @@ |
||
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__); |
@@ -46,7 +46,7 @@ |
||
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': |
@@ -82,7 +82,7 @@ |
||
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__); |
@@ -46,7 +46,7 @@ |
||
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': |