filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        optional_parameters_at_the_end: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower