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 e52afd8 commit ac6cb38Copy full SHA for ac6cb38
phpcs.xml
@@ -2,7 +2,8 @@
2
<ruleset name="PSR-MOD">
3
<description>Based on PSR-2</description>
4
5
- <exclude-pattern>./README.md</exclude-pattern>
+ <exclude-pattern>*/vendor/*</exclude-pattern>
6
+ <exclude-pattern>*.md</exclude-pattern>
7
8
<rule ref="PSR2">
9
<exclude name="PSR1.Classes.ClassDeclaration"/>
0 commit comments