We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d686956 commit 1bdd49eCopy full SHA for 1bdd49e
phpcs.xml
@@ -52,12 +52,6 @@
52
53
<!-- exclude directories from certain rules -->
54
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
61
<rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingPropertyTypeHint">
62
<exclude-pattern>*/tests/*</exclude-pattern>
63
</rule>
0 commit comments