We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748524a commit 77b0a3dCopy full SHA for 77b0a3d
phpcs.xml
@@ -1,19 +1,6 @@
1
<?xml version="1.0"?>
2
<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>
+ <rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
17
18
<!-- Paths to check -->
19
<file>src</file>
0 commit comments