Passed
Push — master ( 7ee39c...df5f84 )
by Alexander
01:52
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=clover.xml
                coverage:
                    file: clover.xml
                    format: php-clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false