We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6762a7 commit 7d29acdCopy full SHA for 7d29acd
Symfony3Custom/Tests/Arrays/ArrayDeclarationUnitTest.php
@@ -14,11 +14,9 @@ class Symfony3Custom_Tests_Arrays_ArrayDeclarationUnitTest extends AbstractSniff
14
* The key of the array should represent the line number and the value
15
* should represent the number of errors that should occur on that line.
16
*
17
- * @param string $testFile The name of the file being tested.
18
- *
19
* @return array<int, int>
20
*/
21
- public function getErrorList($testFile='')
+ public function getErrorList()
22
{
23
return array(
24
7 => 2,
@@ -43,6 +41,8 @@ public function getErrorList($testFile='')
43
41
64 => 1,
44
42
65 => 1,
45
66 => 2,
+ 67 => 1,
+ 68 => 1,
46
70 => 1,
47
);
48
}
0 commit comments