Skip to content

Commit 110cfbb

Browse files
authored
Add grammar constraint for phpcs.xml.dist (#572)
This should enhance the DX for this file.
1 parent 38e1db7 commit 110cfbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpcs.xml.dist

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

0 commit comments

Comments
 (0)