Test Setup Failed
Push — 5.3 ( 34aad0 )
by
unknown
03:41
created

Checkout Config

build:
    environment:
        php:
            version: 7.1

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                relational: false
                additive: false
                multiplicative: false
                concatenation: false