phug-php/phug

View on GitHub
src/Phug/Compiler/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>
</ruleset>