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 423a5e9 commit 5c69a64Copy full SHA for 5c69a64
phpcs.xml
@@ -2,7 +2,7 @@
2
<ruleset
3
name=""
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
+ xsi:noNamespaceSchemaLocation="./vendor-bin/tools/vendor/squizlabs/php_codesniffer/phpcs.xsd">
6
7
<arg name="basepath" value="."/>
8
<arg name="extensions" value="php"/>
@@ -56,4 +56,9 @@
56
<property name="maxLinesCountBeforeWithoutComment" value="0"/>
57
</properties>
58
</rule>
59
+
60
+ <!-- Exclude rules -->
61
+ <rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
62
+ <exclude-pattern>*/tests/*</exclude-pattern>
63
+ </rule>
64
</ruleset>
0 commit comments