Passed
Pull Request — master (#4)
by
unknown
01:45
created

Checkout Config

build:
    environment:
        php:
            version: 7.1.3

    tests:
        override:
            -
                command: 'bin/phpspec run -c phpspec-ci.yml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'
filter:
    paths: ["src/*"]
    excluded_paths:
        - "src/Dto/*"

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