@@ -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 'VariableInDoubleQuotedStringUnitTest.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 'PropertyCommentUnitTest.pass.inc': |
@@ -47,7 +47,7 @@ |
||
47 | 47 | * @return array<int, int> |
48 | 48 | * @throws RuntimeException |
49 | 49 | */ |
50 | - protected function getErrorList($testFile='') |
|
50 | + protected function getErrorList($testFile = '') |
|
51 | 51 | { |
52 | 52 | switch ($testFile) { |
53 | 53 | case 'AlphabeticalUseStatementsUnitTest.pass.inc': |
@@ -47,7 +47,7 @@ |
||
47 | 47 | * @return array<int, int> |
48 | 48 | * @throws RuntimeException |
49 | 49 | */ |
50 | - protected function getErrorList($testFile='') |
|
50 | + protected function getErrorList($testFile = '') |
|
51 | 51 | { |
52 | 52 | switch ($testFile) { |
53 | 53 | case 'UseArrayShortTagUnitTest.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 'ArrayAlignmentUnitTest.pass.inc': |
@@ -47,7 +47,7 @@ discard block |
||
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 |
||
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': |