Skip to content

Commit 49e2e23

Browse files
committed
Correct phpcs directive
1 parent d7cc054 commit 49e2e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Tests/Eslint/AbstractEslintTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract class AbstractEslintTestCase extends TestCase
2424
*/
2525
protected function assertFileContainsError(string $testFile, array $expectedMessages): void
2626
{
27-
// phpcs:disable
27+
// phpcs:ignore Magento2.Security.InsecureFunction.FoundWithAlternative
2828
exec(
2929
'npm run eslint -- Magento2/Tests/Eslint/' . $testFile,
3030
$output

0 commit comments

Comments
 (0)