phpcs.xml
<?xml version="1.0"?>
<ruleset name="Phpfastcache Standards">
<description>The Phpfastcache Coding Standards</description>
<arg name="colors"/>
<arg value="p"/>
<ini name="memory_limit" value="256M"/>
<rule ref="PSR12"/>
<exclude-pattern>tests/*</exclude-pattern>
<exclude-pattern>bin/*</exclude-pattern>
<exclude-pattern>docs/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="170"/>
<property name="absoluteLineLimit" value="170"/>
</properties>
</rule>
</ruleset>