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 c7148b7 commit 3aa2bb5Copy full SHA for 3aa2bb5
1 file changed
phpcs.xml.dist
@@ -21,6 +21,10 @@
21
<!-- Include full PSR-12 Coding Standard -->
22
<rule ref="PSR12"/>
23
24
+ <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.FirstParamSpacing">
25
+ <exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
26
+ </rule>
27
+
28
<rule ref="PSR2.Classes.PropertyDeclaration.SpacingAfterType">
29
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
30
</rule>
0 commit comments