]> BookStack Code Mirror - bookstack/blob - phpcs.xml
Updated WYSIWYG callout shortcut to handle child elems
[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     <arg value="np"/>
7     <rule ref="PSR2"/>
8 </ruleset>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.