Skip to content

Commit 2ab7e4e

Browse files
committed
Require Doctrine CS v8.2
1 parent 183d97e commit 2ab7e4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": "^7.3 || ^8.0",
18-
"doctrine/coding-standard": "^8.1"
18+
"doctrine/coding-standard": "^8.2"
1919
},
2020
"require-dev": {
2121
"phpstan/phpstan": "^0.12.51",

src/Cdn77/ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
<rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing">
6767
<properties>
6868
<property name="linesCountAfterWhenLastInCaseOrDefault" value="0"/>
69-
<property name="linesCountAfterWhenLastInLastCaseOrDefault" value="0"/>
7069
<property name="tokensToCheck" type="array">
7170
<element value="T_GOTO"/>
7271
<element value="T_BREAK"/>

0 commit comments

Comments
 (0)