sandfoxme/monsterid

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
    @see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
-->
<ruleset name="Custom Standard" namespace="MyProject\CS\Standard">
    <rule ref="SandFox_PHP80"/>
    <file>src</file>
    <file>tests</file>
</ruleset>