File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ parameters:
36
36
- tests/unit/phpDocumentor/Reflection/Php/Interface_Test.php
37
37
- tests/unit/phpDocumentor/Reflection/Php/Namespace_Test.php
38
38
- tests/unit/phpDocumentor/Reflection/Php/Trait_Test.php
39
+ PHP_CodeSniffer\Standards\Squiz\Sniffs\Scope\MethodScopeSniff :
40
+ - tests/example.file.php
39
41
SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff :
40
42
- tests/component/project/Luigi/Pizza.php
41
43
- tests/example.file.php
Original file line number Diff line number Diff line change 1
1
<?php
2
- // @codingStandardsIgnoreStart
2
+ // phpcs:ignoreFile
3
3
/**
4
4
* Summary of the File DocBlock.
5
5
*
@@ -273,4 +273,3 @@ public function getPrice()
273
273
}
274
274
}
275
275
}
276
- // @codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments