probiers-us/php-json-property-class

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="phpcs.xsd">
    <file>src</file>
    <rule ref="PSR12"/>
    <arg name="report-gitblame"/>
    <arg name="report-full"/>
    <arg name="report-junit" value="./build/logs/phpcs/junit.xml"/>
</ruleset>