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

Commit 5714cfe

Browse files
committed
add/update phpcs.xml
1 parent 0c48f84 commit 5714cfe

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

phpcs.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
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>

0 commit comments

Comments
 (0)