]> BookStack Code Mirror - bookstack/blob - phpcs.xml
Merge branch 'footer-links' of git://github.com/james-geiger/BookStack into james...
[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>