Skip to content

Commit 1bdd49e

Browse files
author
Philipp Kübler
committed
remove old configs from phpcs
1 parent d686956 commit 1bdd49e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpcs.xml

-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252

5353
<!-- exclude directories from certain rules -->
5454

55-
<rule ref="Squiz.Classes.ClassFileName.NoMatch">
56-
<exclude-pattern>*/database/migrations/*</exclude-pattern>
57-
</rule>
58-
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
59-
<exclude-pattern>*/database/*</exclude-pattern>
60-
</rule>
6155
<rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingPropertyTypeHint">
6256
<exclude-pattern>*/tests/*</exclude-pattern>
6357
</rule>

0 commit comments

Comments
 (0)