phpcs.xml
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Selective Standard">
<description>Project Coding Standard</description>
<file>./src</file>
<rule ref="Generic.Files.LineLength">
<properties>
<property phpcs-only="true" name="lineLimit" value="130"/>
<property phpcbf-only="true" name="lineLimit" value="150"/>
</properties>
</rule>
<!--<rule ref="vendor/object-calisthenics/phpcs-calisthenics-rules/ObjectCalisthenics/ruleset.xml"/>-->
</ruleset>