Passed
Push — master ( 48b08e...87b1d2 )
by Andreas
03:46
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php:
        simplify_boolean_return: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: 
    environment:
        php: '8.1'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests:
            environment:
                php:
                    ini:
                        "xdebug.mode": coverage