Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
19 lines (16 loc) · 955 Bytes
/
Copy pathphpcs.xml
File metadata and controls
19 lines (16 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<rulesetxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<argname="basepath"value="."/>
<argname="colors"/>
<argname="extensions"value="php"/>
<argname="tab-width"value="4"/>
<file>src/</file>
<file>tests/</file>
<ruleref="./vendor/doctrine/coding-standard/lib/Doctrine/ruleset.xml">
<excludename="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix"/>
<excludename="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat"/>
<excludename="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix"/>
<excludename="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
<excludename="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed"/>
</rule>
</ruleset>