<?xml version="1.0"?>
<ruleset name="CAERM Coding Standards">
    <description>Coding standards for CAERM API</description>

    <rule ref="PSR12"/>

    <rule ref="Generic.Files.LineLength">
        <properties>
            <property name="lineLimit" value="100"/>
            <property name="absoluteLineLimit" value="100"/>
            <property name="ignoreComments" value="false"/>
        </properties>
    </rule>

    <rule ref="PEAR.Functions.FunctionCallSignature"/>

    <rule ref="PEAR.Functions.FunctionDeclaration"/>

    <rule ref="Squiz.Strings.ConcatenationSpacing"/>

    <rule ref="Squiz.WhiteSpace.OperatorSpacing"/>
</ruleset>
