| 1 |
<?xml version="1.0"?> |
| 2 |
<ruleset name="Custom Standard" namespace="MyProject\CS\Standard"> |
| 3 |
<description>authLdap codestyle</description> |
| 4 |
<file>./src</file> |
| 5 |
<file>./authLdap.php</file> |
| 6 |
<file>./tests</file> |
| 7 |
|
| 8 |
<arg name="colors"/> |
| 9 |
<arg value="sp"/> |
| 10 |
|
| 11 |
<autoload>./vendor/autoload.php</autoload> |
| 12 |
|
| 13 |
<rule ref="PSR12"> |
| 14 |
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/> |
| 15 |
</rule> |
| 16 |
<rule ref="Generic.WhiteSpace.ScopeIndent"> |
| 17 |
<properties> |
| 18 |
<property name="tabIndent" value="true"/> |
| 19 |
</properties> |
| 20 |
</rule> |
| 21 |
|
| 22 |
</ruleset> |
| 23 |
|