Passed
Branch master (7e83c2)
by Simone
06:55 queued 04:22
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'scripts/*'
build:
    environment:
        php:
            version: 7.1.1
    tests:
        override:
            -
                command: './bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true