Skip to content

Commit 2b6395e

Browse files
committed
Add schema location to PHPCS configuration
1 parent e57dea0 commit 2b6395e

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)