Completed
Push — master ( 280d3e...d111a0 )
by Michal
03:43
created

Repository Config

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit -c phpunit.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'