Skip to content

Commit b03c30b

Browse files
committed
Remove unneeded file tag
We only every call phpcbf with an argument, so this tag never gets used. It was useful before 69af948, when there were sniffs inside lib.
1 parent 98c21b5 commit b03c30b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
66
>
7-
<description>Check the code of the sniffs in doctrine/coding-standards.</description>
7+
<description>Used by the binaries inside bin/</description>
88

99
<arg name="basepath" value="." />
1010
<arg name="extensions" value="php" />
@@ -17,6 +17,4 @@
1717
<arg value="s" />
1818

1919
<rule ref="Doctrine" />
20-
21-
<file>lib</file>
2220
</ruleset>

0 commit comments

Comments
 (0)