Completed
Branch 2.4 (8c7c17)
by Davert
08:03
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'RoboFile.php'
        - 'package/*'
checks:
    php:
        uppercase_constants: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        avoid_usage_of_logical_operators: false

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false