Skip to content

Commit be827d0

Browse files
committed
Add config file for code sniffer
1 parent 0903ec4 commit be827d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpcs.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Standard"
3+
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
4+
<description>PHP Box Designer Coding Style</description>
5+
<arg name="colors"/>
6+
<rule ref="PSR12">
7+
<type>error</type>
8+
</rule>
9+
<file>src</file>
10+
<file>tests</file>
11+
<file>demos</file>
12+
</ruleset>

0 commit comments

Comments
 (0)