Passed
Push — master ( f12359...df3e48 )
by Christophe
01:29
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
build:
    environment:
        php: '5.6.9'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false