- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
12 lines (12 loc) · 452 Bytes
/
Copy pathphpcs.xml
File metadata and controls
12 lines (12 loc) · 452 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<rulesetname="PSR2">
<description>The PSR2 coding standard.</description>
<ruleref="PSR2"/>
<file>app/</file>
<exclude-pattern>vendor</exclude-pattern>
<exclude-pattern>resources</exclude-pattern>
<exclude-pattern>database/</exclude-pattern>
<exclude-pattern>storage/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>cache/views</exclude-pattern>
</ruleset>