Passed
Push — master ( 473b48...eb1314 )
by Jelmer
01:55
created

Checkout Config

filter:
    excluded_paths:
        - 'spec/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

build:
    image: default-bionic
    environment:
        php:
            version: 8.1
            ini:
                'xdebug.mode': 'coverage'
    tests:
        override:
            -
                command: 'bin/phpspec run'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'

    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run