json-parser/phpcs.xml.dist

14 lines
378 B
Plaintext
Raw Normal View History

2022-09-16 07:17:51 +10:00
<?xml version="1.0"?>
2022-09-15 23:37:30 +02:00
<ruleset name="json-parser">
<description>The coding standard of json-parser package</description>
2022-09-16 07:17:51 +10:00
<arg value="p" />
<config name="ignore_warnings_on_exit" value="1" />
<config name="ignore_errors_on_exit" value="1" />
<arg name="colors" />
<arg value="s" />
<!-- Use the PSR12 Standard-->
<rule ref="PSR12" />
</ruleset>