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

Commit

Permalink
add/update phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington committed Nov 13, 2016
1 parent f8ff704 commit 3ff37cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<ruleset name="Zend Framework coding standard">
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>

<!-- Paths to check -->
<file>src</file>
<file>test</file>
</ruleset>

0 comments on commit 3ff37cb

Please sign in to comment.