Skip to content

Commit eb3ad47

Browse files
committed
AC-683: Create phpcs static check for TableTest
1 parent bf64205 commit eb3ad47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Magento2/Tests/Legacy/TableNameUnitTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ class TableNameUnitTest extends AbstractSniffUnitTest
1515
public function getErrorList($testFile = '')
1616
{
1717
return [
18-
/*3 => 1,
18+
3 => 1,
1919
7 => 1,
2020
14 => 1,
21-
28 => 1,*/
21+
20 => 1,
22+
28 => 1,
2223
];
2324
}
2425

0 commit comments

Comments
 (0)