Completed
Push — master ( 9646cc...286a96 )
by Michal
24:03 queued 14:11
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