Completed
Push — master ( b6e7da...58dd29 )
by Mario
50:25 queued 40:25
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
tools:
    external_code_coverage: true
    php_analyzer: true
    sensiolabs_security_checker: true
checks:
    php: true

Repository Config

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