Skip to content

Commit 70aaa7d

Browse files
committed
Added PHP_CodeSniffer config
1 parent bb95cca commit 70aaa7d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

phpcs.xml

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="Phalcon Diff">
3+
<description>Phalcon Diff Coding Standards</description>
4+
5+
<!-- Show colors in console -->
6+
<arg value="-colors"/>
7+
8+
<!-- Show sniff codes in all reports -->
9+
<arg value="s"/>
10+
11+
<!-- Use PSR-2 as a base -->
12+
<rule ref="PSR2"/>
13+
</ruleset>

0 commit comments

Comments
 (0)