Skip to content

Commit a414a00

Browse files
author
Stanislav Idolov
committed
MAGETWO-83893: Eliminate @codingStandardsIgnoreFile annotation from codebase
1 parent e49b1e4 commit a414a00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/CodingStandardsIgnoreAnnotationUsageTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ function ($filename) {
2020
if (strpos($fileText, '@codingStandardsIgnoreFile') !== false) {
2121
$this->fail(
2222
'@codingStandardsIgnoreFile annotation must be avoided. '
23-
. 'Use codingStandardsIgnoreStart/codingStandardsIgnoreEnd to suppress code fragment. '
23+
. 'Use codingStandardsIgnoreStart/codingStandardsIgnoreEnd to suppress code fragment '
24+
. 'or use codingStandardsIgnoreLine to suppress line. '
2425
. $filename
2526
);
2627
}

0 commit comments

Comments
 (0)