@@ -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': |
@@ -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': |