Skip to content

Commit

Permalink
Add grammar constraint for phpcs.xml.dist (#572)
Browse files Browse the repository at this point in the history
This should enhance the DX for this file.
  • Loading branch information
greg0ire authored Jan 12, 2025
1 parent 38e1db7 commit 110cfbb
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 110cfbb

Please sign in to comment.