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.
1 parent 183d97e commit 2ab7e4eCopy full SHA for 2ab7e4e
composer.json
@@ -15,7 +15,7 @@
15
},
16
"require": {
17
"php": "^7.3 || ^8.0",
18
- "doctrine/coding-standard": "^8.1"
+ "doctrine/coding-standard": "^8.2"
19
20
"require-dev": {
21
"phpstan/phpstan": "^0.12.51",
src/Cdn77/ruleset.xml
@@ -66,7 +66,6 @@
66
<rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing">
67
<properties>
68
<property name="linesCountAfterWhenLastInCaseOrDefault" value="0"/>
69
- <property name="linesCountAfterWhenLastInLastCaseOrDefault" value="0"/>
70
<property name="tokensToCheck" type="array">
71
<element value="T_GOTO"/>
72
<element value="T_BREAK"/>
0 commit comments