Skip to content

Commit 5c69a64

Browse files
committed
chore: update coding standard
1 parent 423a5e9 commit 5c69a64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpcs.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset
33
name=""
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
5+
xsi:noNamespaceSchemaLocation="./vendor-bin/tools/vendor/squizlabs/php_codesniffer/phpcs.xsd">
66

77
<arg name="basepath" value="."/>
88
<arg name="extensions" value="php"/>
@@ -56,4 +56,9 @@
5656
<property name="maxLinesCountBeforeWithoutComment" value="0"/>
5757
</properties>
5858
</rule>
59+
60+
<!-- Exclude rules -->
61+
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
62+
<exclude-pattern>*/tests/*</exclude-pattern>
63+
</rule>
5964
</ruleset>

0 commit comments

Comments
 (0)