phug-php/ast

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="PSR-2">
    <rule ref="PSR2">
        <include-pattern>*.php</include-pattern>
    </rule>
    <file>.</file>
    <exclude-pattern>/tests/*</exclude-pattern>
    <exclude-pattern>/vendor/*</exclude-pattern>
</ruleset>