stevegrunwell/smee

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="Smee">
    <description>Coding standards for stevegrunwell/smee</description>

    <!-- Use the PSR-2 coding standards as a base. -->
    <rule ref="PSR2"/>

    <exclude-pattern>*/tests/coverage/*</exclude-pattern>
    <exclude-pattern>*/vendor/*</exclude-pattern>
</ruleset>