Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/eea-ticketing/
Upload File :
Current File : /var/www/html/wp-content/plugins/eea-ticketing/phpcs.xml

<?xml version="1.0"?>
<ruleset name="Event Espresso Addon">
    <description>Event Espresso Addon rules for PHP_CodeSniffer</description>

    <file>./</file>

    <arg name="extensions" value="php"/>
    <arg value="sp"/>
    <arg name="colors" />

    <rule ref="EventEspresso" />

    <!-- specific rule exclusions per file -->
    <rule ref="PSR1.Files.SideEffects.FoundWithSymbols">
        <exclude-pattern>eea-ticketing.php</exclude-pattern>
    </rule>
</ruleset>