<?xml version="1.0"?>
<ruleset name="Disco Coding Standard">
    <!-- Standard to apply -->
    <rule ref="PSR2"/>

    <!-- Paths to check -->
    <file>src</file>
    <file>tests</file>
</ruleset>
