Skip to content

Commit 65b0a56

Browse files
authored
Merge pull request #367 from dotkernel/issue-366
Updated laminas/laminas-coding-standard to latest version
2 parents 569f381 + 0649b04 commit 65b0a56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"zircote/swagger-php": "^4.10"
7979
},
8080
"require-dev": {
81-
"laminas/laminas-coding-standard": "^2.5",
81+
"laminas/laminas-coding-standard": "^3.0",
8282
"laminas/laminas-development-mode": "^3.12.0",
8383
"mezzio/mezzio-tooling": "^2.9.0",
8484
"phpstan/phpstan": "^2.0",

phpcs.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
<file>test</file>
2020

2121
<!-- Include all rules from the Laminas Coding Standard -->
22-
<rule ref="LaminasCodingStandard"/>
22+
<rule ref="LaminasCodingStandard">
23+
<!-- Exclude rule -->
24+
<exclude name="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
25+
</rule>
2326
</ruleset>

0 commit comments

Comments
 (0)