Skip to content

Commit 3aa2bb5

Browse files
Update phpcs.xml.dist
1 parent c7148b7 commit 3aa2bb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpcs.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<!-- Include full PSR-12 Coding Standard -->
2222
<rule ref="PSR12"/>
2323

24+
<rule ref="Squiz.Functions.MultiLineFunctionDeclaration.FirstParamSpacing">
25+
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
26+
</rule>
27+
2428
<rule ref="PSR2.Classes.PropertyDeclaration.SpacingAfterType">
2529
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
2630
</rule>

0 commit comments

Comments
 (0)