You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rules/Parts/phpcs-psr.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
<excludename="Generic.WhiteSpace.DisallowTabIndent"/> <!-- Is handled later, someone want tabs indentation -->
6
6
<excludename="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/><!-- we want to put first expression of multiline condition on next line -->
7
7
<excludename="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/> <!-- Handled by Slevomat rules -->
8
+
<excludename="PSR2.Classes.PropertyDeclaration.Multiple"/> <!-- Handled by Slevomat rules -->
8
9
</rule>
9
10
<ruleref="PSR12">
10
11
<excludename="PSR12.Traits.UseDeclaration.MultipleImport"/> <!-- Single use can import multiple traits -->
0 commit comments