Completed
Push — 4.3 ( 28cdbc )
by David
21:20 queued 01:32
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8

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