]> BookStack Code Mirror - bookstack/blob - phpcs.xml
Made recycle-bin settings navbar full width
[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>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.