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 737b6e8 commit 69218bbCopy full SHA for 69218bb
phpcs.xml
@@ -2,12 +2,10 @@
2
<ruleset name="PSR-MOD">
3
<description>Based on PSR-2</description>
4
5
- <exclude-pattern>*/mail/*</exclude-pattern>
6
- <exclude-pattern>*/views/*</exclude-pattern>
7
<exclude-pattern>*/vendor/*</exclude-pattern>
+ <exclude-pattern>*/views/*</exclude-pattern>
8
<exclude-pattern>*/migrations/*</exclude-pattern>
9
- <exclude-pattern>*/extensions/*</exclude-pattern>
10
- <exclude-pattern>*/html/*</exclude-pattern>
+ <exclude-pattern>*.md</exclude-pattern>
11
12
<rule ref="PSR2">
13
<exclude name="PSR1.Classes.ClassDeclaration"/>
0 commit comments