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

Commit 8df72dc

Browse files
committed
add/update phpcs.xml
1 parent 36529a5 commit 8df72dc

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

phpcs.xml

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +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="Generic.Formatting.SpaceAfterNot"/>
13-
<rule ref="Squiz.WhiteSpace.OperatorSpacing">
14-
<properties>
15-
<property name="ignoreNewlines" value="true"/>
16-
</properties>
17-
</rule>
18-
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
19-
<properties>
20-
<property name="ignoreBlankLines" value="false"/>
21-
</properties>
22-
</rule>
3+
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
234

245
<!-- Paths to check -->
256
<file>src</file>

0 commit comments

Comments
 (0)