PluginProbe
authLdap / 3.0.3
authLdap v3.0.3
trunk 2.5.3 2.5.3-RC3 2.5.4 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4
authldap / phpcs.xml

phpcs.xml in authLdap 3.0.3, at phpcs.xml

23 lines 523 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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