Skip to content

Commit 3127c42

Browse files
committed
Fix line where error is expected
1 parent 803aa2e commit 3127c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento/Tests/Files/LineLengthUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class LineLengthUnitTest extends AbstractSniffUnitTest
1818
public function getErrorList()
1919
{
2020
return [
21-
9 => 1
21+
7 => 1
2222
];
2323
}
2424

0 commit comments

Comments
 (0)