Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 5e4682d

Browse files
committedNov 13, 2016
add/update phpcs.xml
1 parent 90d739a commit 5e4682d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎phpcs.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="Zend Framework coding standard">
3+
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
4+
5+
<!-- Paths to check -->
6+
<file>src</file>
7+
<file>test</file>
8+
</ruleset>

0 commit comments

Comments
 (0)
This repository has been archived.