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 98c21b5 commit b03c30bCopy full SHA for b03c30b
phpcs.xml.dist
@@ -4,7 +4,7 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
6
>
7
- <description>Check the code of the sniffs in doctrine/coding-standards.</description>
+ <description>Used by the binaries inside bin/</description>
8
9
<arg name="basepath" value="." />
10
<arg name="extensions" value="php" />
@@ -17,6 +17,4 @@
17
<arg value="s" />
18
19
<rule ref="Doctrine" />
20
-
21
- <file>lib</file>
22
</ruleset>
0 commit comments