Skip to content

Commit 7d29acd

Browse files
author
Vincent Langlet
committed
🚨 Fix array tests
1 parent d6762a7 commit 7d29acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Symfony3Custom/Tests/Arrays/ArrayDeclarationUnitTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ class Symfony3Custom_Tests_Arrays_ArrayDeclarationUnitTest extends AbstractSniff
1414
* The key of the array should represent the line number and the value
1515
* should represent the number of errors that should occur on that line.
1616
*
17-
* @param string $testFile The name of the file being tested.
18-
*
1917
* @return array<int, int>
2018
*/
21-
public function getErrorList($testFile='')
19+
public function getErrorList()
2220
{
2321
return array(
2422
7 => 2,
@@ -43,6 +41,8 @@ public function getErrorList($testFile='')
4341
64 => 1,
4442
65 => 1,
4543
66 => 2,
44+
67 => 1,
45+
68 => 1,
4646
70 => 1,
4747
);
4848
}

0 commit comments

Comments
 (0)