Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
executable file
·31 lines (26 loc) · 1.1 KB
/
Copy pathphpcs.xml
File metadata and controls
executable file
·31 lines (26 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<rulesetxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<argvalue="p"/>
<argvalue="s"/>
<argname="colors"/>
<argname="parallel"value="4"/>
<argname="cache"value="./phpcs.cache" />
<file>src/</file>
<file>tests/</file>
<ruleref="./vendor/doctrine/coding-standard/lib/Doctrine/ruleset.xml">
<excludename="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix"/>
<excludename="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
<excludename="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed"/>
</rule>
<ruleref="Squiz.WhiteSpace.MemberVarSpacing">
<properties>
<propertyname="spacing"value="1" />
<propertyname="spacingBeforeFirst"value="0" />
</properties>
</rule>
<ruleref="Generic.Files.LineLength">
<properties>
<propertyname="lineLimit"value="160"/>
</properties>
</rule>
</ruleset>