File "phpcs.xml"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/google-listings-and-ads/vendor/league/container/phpcs.xml
File size: 506 bytes
MIME-type: text/xml
Charset: utf-8

<?xml version="1.0"?>
<ruleset>
    <arg name="basepath" value="."/>
    <arg name="extensions" value="php"/>
    <arg name="parallel" value="80"/>
    <arg name="cache" value=".phpcs-cache"/>
    <arg name="colors"/>

    <!-- Ignore warnings, show progress of the run and show sniff names -->
    <arg value="nps"/>

    <!-- Directories to be checked -->
    <file>src</file>

    <rule ref="PSR2">
        <exclude name="PSR2.Namespaces.UseDeclaration"/>
    </rule>

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