Skip to content

Commit ac6cb38

Browse files
committed
Upd phpcs.xml
1 parent e52afd8 commit ac6cb38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpcs.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<ruleset name="PSR-MOD">
33
<description>Based on PSR-2</description>
44

5-
<exclude-pattern>./README.md</exclude-pattern>
5+
<exclude-pattern>*/vendor/*</exclude-pattern>
6+
<exclude-pattern>*.md</exclude-pattern>
67

78
<rule ref="PSR2">
89
<exclude name="PSR1.Classes.ClassDeclaration"/>

0 commit comments

Comments
 (0)