Completed
Push — master ( 20cb67...43bb93 )
by Mario
06:06
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