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

Commit c209841

Browse files
committed
add/update phpcs.xml
1 parent 2027ef4 commit c209841

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

phpcs.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
<?xml version="1.0"?>
22
<ruleset name="Zend Framework coding standard">
3-
<description>Zend Framework coding standard</description>
4-
5-
<!-- display progress -->
6-
<arg value="p"/>
7-
<arg name="colors"/>
8-
9-
<!-- inherit rules from: -->
10-
<rule ref="PSR2"/>
11-
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
12-
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
13-
<properties>
14-
<property name="ignoreBlankLines" value="false"/>
15-
</properties>
16-
</rule>
3+
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
174

185
<!-- Paths to check -->
196
<file>src</file>
207
<file>test</file>
21-
<exclude-pattern>test/_files/*</exclude-pattern>
22-
<exclude-pattern>test/TestAsset/*</exclude-pattern>
238
</ruleset>

0 commit comments

Comments
 (0)