Merge branch '5.5' into 6.0
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .phpcs.xml
1 <?xml version="1.0"?>
2 <ruleset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
5 >
6 <file>files/</file>
7 <exclude-pattern>*/vendor/*</exclude-pattern>
8 <arg name="extensions" value="php" />
9 <arg value="p"/>
10 <arg name="basepath" value="."/>
11
12 <rule ref="PSR12"/>
13 </ruleset>