Skip to content

Commit d3349d1

Browse files
authored
feat: revert #163 and leverage doctrine cs v13.0.1 (#164)
1 parent 69b3af3 commit d3349d1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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": "^8.3",
18-
"doctrine/coding-standard": "^13.0",
18+
"doctrine/coding-standard": "^13.0.1",
1919
"slevomat/coding-standard": "^8.18",
2020
"squizlabs/php_codesniffer": "^3.13"
2121
},

src/Cdn77/ruleset.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030

3131
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
3232

33-
<!-- https://github.com/doctrine/coding-standard/pull/339 -->
34-
<exclude name="Squiz.WhiteSpace.LanguageConstructSpacing" />
35-
3633
<!-- replaced by Cdn77.NamingConventions.ValidConstantName -->
3734
<exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
3835

@@ -46,9 +43,6 @@
4643
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
4744
</rule>
4845

49-
<!-- https://github.com/doctrine/coding-standard/pull/339 -->
50-
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing" />
51-
5246
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
5347
<properties>
5448
<property name="groups" type="array">

0 commit comments

Comments
 (0)