- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
15 lines (13 loc) · 507 Bytes
/
Copy pathphpcs.xml
File metadata and controls
15 lines (13 loc) · 507 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<rulesetname="PHPCS Coding Standards for MRO Electric"
xmlns:xsi="c"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>The coding standard for mro electric.</description>
<argname="cache"value=".phpcs-cache"/>
<argname="colors"/>
<argname="extensions"value="php"/>
<argname="parallel"value="80"/>
<file>./src/</file>
<file>./test/</file>
<ruleref="LaminasCodingStandard" />
</ruleset>