14 lines
378 B
XML
14 lines
378 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PhpMatrixSdk">
|
|
<description>The coding standard of PhpMatrixSdk package</description>
|
|
<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 PSR2 Standard-->
|
|
<rule ref="PSR2" />
|
|
</ruleset> |