Completed
Push — master ( d2f599...3fd322 )
by Alexander
07:48
created

Checkout Config

checks:
    php: true

tools:
    external_code_coverage: true

filter:
    excluded_paths:
        - 'tests/*'

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