<?xml version="1.0"?>
<ruleset name="Custom">
 <description>The coding standard for PHP_CodeSniffer itself.</description>

 <file>scripts</file>

 <exclude-pattern>*/Tests/*</exclude-pattern>

 <rule ref="PSR2"/>
</ruleset>
