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

Commit 4e0c165

Browse files
committed
add/update phpcs.xml
1 parent eac7603 commit 4e0c165

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpcs.xml

Lines changed: 8 additions & 0 deletions
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)