Skip to content

Commit 9cc41ab

Browse files
Updated phpcs config file
1 parent eba6ce6 commit 9cc41ab

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,7 @@
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-
28-
<rule ref="PSR2.Classes.PropertyDeclaration.SpacingAfterType">
29-
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
30-
</rule>
31-
32-
<rule ref="PSR2.Classes.PropertyDeclaration.ScopeMissing">
33-
<exclude-pattern>*/tests/Fixtures/Annotation/Attribute/GlobalDefaultsClass.php</exclude-pattern>
34-
</rule>
35-
36-
<rule ref="PSR12.Files.FileHeader.IncorrectOrder">
37-
<exclude-pattern>*/tests/Fixtures/Sample.php</exclude-pattern>
38-
</rule>
39-
40-
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
41-
<exclude-pattern>*/src/Locate/*_.php</exclude-pattern>
24+
<rule ref="PSR2.Classes.PropertyDeclaration.Multiple">
25+
<exclude-pattern>/src/AnnotationLoader.php</exclude-pattern>
4226
</rule>
4327
</ruleset>

0 commit comments

Comments
 (0)