Restored the user online location for profiles
[GitHub/WoltLab/WCF.git] / .phpcs.xml
1 <?xml version="1.0"?>
2 <ruleset>
3 <file>wcfsetup/</file>
4 <exclude-pattern>lib/system/api/*</exclude-pattern>
5 <arg name="extensions" value="php" />
6 <arg value="p"/>
7 <arg name="basepath" value="."/>
8
9 <rule ref="./CodeSniff/WCF/ruleset.xml"/>
10 </ruleset>