Skip to content
This repository has been archived by the owner on Jan 29, 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 0f36150 commit 6eb7473
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions phpcs.xml
@@ -1,19 +1,6 @@
<?xml version="1.0"?>
<ruleset name="Zend Framework coding standard">
<description>Zend Framework coding standard</description>

<!-- display progress -->
<arg value="p"/>
<arg name="colors"/>

<!-- inherit rules from: -->
<rule ref="PSR2"/>
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<properties>
<property name="ignoreBlankLines" value="false"/>
</properties>
</rule>
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>

<!-- Paths to check -->
<file>src</file>
Expand Down

0 comments on commit 6eb7473

Please sign in to comment.