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 6f563c7 commit efb2975Copy full SHA for efb2975
Symfony/ruleset.xml
@@ -10,9 +10,13 @@
10
<!-- Include the whole PSR-1 standard -->
11
<rule ref="PSR1"/>
12
<!-- Include the whole PSR-2 standard -->
13
- <rule ref="PSR2"/>
+ <rule ref="PSR2">
14
+ <!-- SlevomatCodingStandard.Classes.DisallowMultiPropertyDefinition supports autofixing -->
15
+ <exclude name="PSR2.Classes.PropertyDeclaration.Multiple"/>
16
+ </rule>
17
+ <!-- Forbid multi property definition -->
18
+ <rule ref="SlevomatCodingStandard.Classes.DisallowMultiPropertyDefinition" />
19
<!--
-
20
See the [documented coding standard](http://symfony.com/doc/current/contributing/code/standards.html)
21
-->
22
0 commit comments