Skip to content

Commit

Permalink
Add schema location to PHPCS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed May 5, 2018
1 parent e57dea0 commit 2b6395e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<ruleset>
<ruleset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
<arg name="basepath" value="." />
<arg name="extensions" value="php" />
<arg name="parallel" value="80" />
Expand Down

0 comments on commit 2b6395e

Please sign in to comment.