Skip to content

Commit 8b08807

Browse files
authored
2 parents 7790582 + b1cb048 commit 8b08807

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^7.2 || ^8.0",
17-
"slevomat/coding-standard": "^8.11"
17+
"slevomat/coding-standard": "^8.16"
1818
},
1919
"require-dev": {
2020
"ext-simplexml": "*"

src/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
</properties>
131131
</rule>
132132
<rule ref="SlevomatCodingStandard.PHP.UselessSemicolon"/>
133+
<rule ref="SlevomatCodingStandard.TypeHints.ClassConstantTypeHint"/>
133134
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
134135
<properties>
135136
<property name="linesCountBeforeDeclare" value="0"/>

0 commit comments

Comments
 (0)