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.
2 parents 604c63f + 167e423 commit 70cca80Copy full SHA for 70cca80
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "^7.2 || ^8.0",
14
- "slevomat/coding-standard": "^8.1"
+ "slevomat/coding-standard": "^8.2"
15
},
16
"autoload": {
17
"psr-4": {"Spaze\\CodingStandard\\": "src"}
src/ruleset.xml
@@ -40,6 +40,12 @@
40
<property name="linesCountAfterLastContent" value="0"/>
41
</properties>
42
</rule>
43
+ <rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing">
44
+ <properties>
45
+ <property name="spacesCountBeforeColon" value="0"/>
46
+ <property name="spacesCountBeforeType" value="1"/>
47
+ </properties>
48
+ </rule>
49
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
50
<properties>
51
<property name="groups" type="array">
0 commit comments