Passed
Push — 5.0 ( d6b4f8...921311 )
by David
17:04 queued 13:14
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