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 aea2437 commit 6fa3c76Copy full SHA for 6fa3c76
phpcs.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<ruleset name="php-diff">
3
+ <description>php-diff</description>
4
+ <rule ref="PSR2">
5
+ <exclude name="Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed" />
6
+ <exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed" />
7
+ </rule>
8
+</ruleset>
0 commit comments