Completed
Branch master (a0b8e2)
by Konstantin
02:08
created

Checkout Config

checks:
    php:
        code_rating: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true