Passed
Branch master (a9a080)
by Fabian
02:39
created

Repository Config

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

Global Config

build:
    environment:
        php:
            version: 5.6

tools:
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2