Completed
Push — master ( eb0696...13e883 )
by Matthieu
02:23
created

Checkout Config

build:
    environment:
        php:
            version: 7.1.1

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
build: true