Passed
Push — master ( 1562a1...8aab3d )
by kacper
02:23
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    environment:
        php:
            version: '7.1'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true