autowp/zf-components

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="Zend Framework coding standard">
    <rule ref="./vendor/laminas/laminas-coding-standard/src/LaminasCodingStandard/ruleset.xml">
        <exclude name="SlevomatCodingStandard.Operators.DisallowEqualOperators" phpcbf-only="true"/>
    </rule>

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