Skip to content

Commit a5c80a4

Browse files
authored
Provide XSD for phpcs file (doctrine#11752)
It unlocks autocompletion and validation in some IDEs.
1 parent 6fd26a3 commit a5c80a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpcs.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0"?>
2-
<ruleset>
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
name="PHP_CodeSniffer"
4+
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
35
<arg name="basepath" value="."/>
46
<arg name="extensions" value="php"/>
57
<arg name="parallel" value="80"/>

0 commit comments

Comments
 (0)