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 5fbc05d commit 91bf664Copy full SHA for 91bf664
src/Cdn77/ruleset.xml
@@ -77,6 +77,7 @@
77
<rule ref="SlevomatCodingStandard.Classes.ParentCallSpacing"/>
78
<rule ref="SlevomatCodingStandard.Classes.PropertySpacing"/>
79
<rule ref="SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion" />
80
+ <!-- Not accepted in upstream https://github.com/doctrine/coding-standard/pull/280 -->
81
<rule ref="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature"/>
82
<rule ref="SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing">
83
<properties>
0 commit comments