Completed
Push — master ( 43bb93...12ecb8 )
by Edi
22:02
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:
        spaces:
            around_operators:
                concatenation: true