phug-php/compiler

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>
</ruleset>