Passed
Push — master ( 20bdbe...2f8437 )
by Radosław
03:08
created

Checkout Config

filter:
    excluded_paths: [tests, vendor]
build:
    environment:
        php:
            version: 7.0.7
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
build: true