<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
    <rule ref="VariableAnalysis"/>
    <rule ref="PSR2"/>
    <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
    <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
    <rule ref="Generic.PHP.ForbiddenFunctions">
        <properties>
            <property name="forbiddenFunctions" type="array">
                <element key="print" value="null"/>
                <element key="print_r" value="null"/>
                <element key="echo" value="null"/>
            </property>
        </properties>
    </rule>
    <exclude-pattern>vendor/*</exclude-pattern>
</ruleset>
