Completed
Push — master ( 286a96...c63497 )
by Michal
33:59 queued 23:48
created

Checkout Config

tools:
    external_code_coverage: true

checks:
    php:
        code_rating: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true