integer-net/magento2-addtocartgraphql

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset>
    <!-- Tests do not follow the same coding standards, e.g. method names do not need to be PSR-2 compatible -->
    <exclude-pattern>tests/</exclude-pattern>
    <rule ref="Magento2"/>
</ruleset>