exclude Squiz.ControlStructures.ForEachLoopDeclaration.SpacingBeforeAs
This commit is contained in:
parent
96dde4a0ab
commit
6c1b52389d
1 changed files with 6 additions and 0 deletions
|
@ -79,4 +79,10 @@
|
|||
<exclude name="Squiz.Arrays.ArrayDeclaration.SingleLineNotAllowed"/>
|
||||
</rule>
|
||||
<rule ref="Generic.Arrays.ArrayIndent" />
|
||||
|
||||
<!-- Squizz claims you need to have exactly one space before "as", but I cannot find such rule in PSR-12 -->
|
||||
<!-- override PSR-12 -->
|
||||
<rule ref="Squiz.ControlStructures.ForEachLoopDeclaration.SpacingBeforeAs">
|
||||
<severity>0</severity>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
|
Loading…
Reference in a new issue