filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        simplify_boolean_return: true
        return_doc_comments: true
        remove_extra_empty_lines: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        return_doc_comment_if_not_inferrable: true
        optional_parameters_at_the_end: true
        overriding_parameter: true
        newline_at_end_of_file: true
        encourage_single_quotes: true
        excluded_dependencies:
            - atoum/atoum
coding_style:
    php:
        spaces:
            before_parentheses:
                if: false
                for: false
                while: false
                switch: false
                catch: false
tools:
    external_code_coverage: true