]> BookStack Code Mirror - bookstack/blob - phpcs.xml
Merge branch 'master' of github.com:BookStackApp/BookStack
[bookstack] / phpcs.xml
1 <?xml version="1.0"?>
2 <ruleset name="BookStack Standard">
3     <!--    Format described at: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset   -->
4     <description>The coding standard for BookStack.</description>
5     <config name="php_version" value="70205"/>
6     <file>./app</file>
7     <exclude-pattern>*/migrations/*</exclude-pattern>
8     <exclude-pattern>*/tests/*</exclude-pattern>
9     <arg value="np"/>
10     <arg name="colors"/>
11     <rule ref="PSR2"/>
12 </ruleset>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.