Passed
Push — master ( eaeb54...0cf254 )
by Markus
13:28
created

Repository Config

build:
    environment:
        php:
            version: 8.0.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: vendor/bin/phpcs
                    - 
                        command: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=clover.xml
                        coverage:
                            file: clover.xml
                            format: php-clover
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true