Completed
Push — master ( af1855...f4a000 )
by Mario
08:34
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