Completed
Branch master (7becad)
by Alexander
07:29
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        simplify_boolean_return: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true

tools:
    external_code_coverage: true