mirror of
https://github.com/doctrine/lexer.git
synced 2026-03-23 22:22:11 +01:00
Specify schema for PHPCS configuration file
It helps tooling such as language servers figure out what is a valid XML configuration file.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user