We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 569f381 + 0649b04 commit 65b0a56Copy full SHA for 65b0a56
composer.json
@@ -78,7 +78,7 @@
78
"zircote/swagger-php": "^4.10"
79
},
80
"require-dev": {
81
- "laminas/laminas-coding-standard": "^2.5",
+ "laminas/laminas-coding-standard": "^3.0",
82
"laminas/laminas-development-mode": "^3.12.0",
83
"mezzio/mezzio-tooling": "^2.9.0",
84
"phpstan/phpstan": "^2.0",
phpcs.xml
@@ -19,5 +19,8 @@
19
<file>test</file>
20
21
<!-- Include all rules from the Laminas Coding Standard -->
22
- <rule ref="LaminasCodingStandard"/>
+ <rule ref="LaminasCodingStandard">
23
+ <!-- Exclude rule -->
24
+ <exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
25
+ </rule>
26
</ruleset>
0 commit comments