Completed
Push — master ( 4aee11...dd7177 )
by Kacper
04:24
created

Checkout Config

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

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true