Skip to content

Commit 69218bb

Browse files
committed
Upd phpcs.xml
1 parent 737b6e8 commit 69218bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

phpcs.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<ruleset name="PSR-MOD">
33
<description>Based on PSR-2</description>
44

5-
<exclude-pattern>*/mail/*</exclude-pattern>
6-
<exclude-pattern>*/views/*</exclude-pattern>
75
<exclude-pattern>*/vendor/*</exclude-pattern>
6+
<exclude-pattern>*/views/*</exclude-pattern>
87
<exclude-pattern>*/migrations/*</exclude-pattern>
9-
<exclude-pattern>*/extensions/*</exclude-pattern>
10-
<exclude-pattern>*/html/*</exclude-pattern>
8+
<exclude-pattern>*.md</exclude-pattern>
119

1210
<rule ref="PSR2">
1311
<exclude name="PSR1.Classes.ClassDeclaration"/>

0 commit comments

Comments
 (0)