Completed
Push — master ( 2205b8...0a0fe8 )
by Bocharsky
02:04
created

Checkout Config

tools:
    external_code_coverage: true

Repository Config

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