mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
7 lines
208 B
XML
7 lines
208 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="php-simple coding standards">
|
|
<description>PHPCS configuration file for php-simple.</description>
|
|
<file>src</file>
|
|
<arg value="np"/>
|
|
<rule ref=""/>
|
|
</ruleset>
|