Completed
Push — master ( e7cf63...507e89 )
by Danilo
03:27 queued 23s
created

Checkout Config

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false