]> BookStack Code Mirror - bookstack/blob - phpcs.xml
Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth
[bookstack] / phpcs.xml
1 <?xml version="1.0"?>
2 <ruleset name="PHP_CodeSniffer">
3     <description>The coding standard for BookStack.</description>
4     <file>app</file>
5     <exclude-pattern>*/migrations/*</exclude-pattern>
6     <exclude-pattern>*/tests/*</exclude-pattern>
7     <arg value="np"/>
8     <rule ref="PSR2"/>
9 </ruleset>