<?xml version="1.0" ?>
<ruleset name="PSR2">
    <description>The PSR2 coding standard – without line length limitation</description>
    <rule ref="PSR2">
        <exclude name="Generic.Files.LineLength.TooLong" />
    </rule>
</ruleset>