Skip to content

Commit 007b37f

Browse files
committed
Add default phpcs file
1 parent a0260e6 commit 007b37f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

phpcs.xml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="php-immutable-collections">
3+
<description>The coding standard of PHP Immutable Collections package</description>
4+
<arg value="p" />
5+
6+
<config name="ignore_warnings_on_exit" value="1" />
7+
<config name="ignore_errors_on_exit" value="1" />
8+
9+
<arg name="colors" />
10+
<arg value="s" />
11+
12+
<rule ref="PSR2" />
13+
</ruleset>

0 commit comments

Comments
 (0)