1 parent 7d15e83 commit ef597ebCopy full SHA for ef597eb
2 files changed
easy-coding-standard.neon
@@ -36,6 +36,8 @@ parameters:
36
- tests/unit/phpDocumentor/Reflection/Php/Interface_Test.php
37
- tests/unit/phpDocumentor/Reflection/Php/Namespace_Test.php
38
- tests/unit/phpDocumentor/Reflection/Php/Trait_Test.php
39
+ PHP_CodeSniffer\Standards\Squiz\Sniffs\Scope\MethodScopeSniff:
40
+ - tests/example.file.php
41
SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff:
42
- tests/component/project/Luigi/Pizza.php
43
- tests/example.file.php
tests/example.file.php
@@ -1,5 +1,5 @@
1
<?php
2
-// @codingStandardsIgnoreStart
+// phpcs:ignoreFile
3
/**
4
* Summary of the File DocBlock.
5
*
@@ -273,4 +273,3 @@ public function getPrice()
273
}
274
275
276
-// @codingStandardsIgnoreEnd
0 commit comments