Passed
Push — main ( 82b977...1c39c3 )
by Michael
02:10
created

Repository Config

build:
    environment:
        php: 8.0.10
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        coverage:
            tests:
                override:
                    - command: ./vendor/phpunit/phpunit/phpunit
                      coverage:
                        file: tests/coverage.xml
                        format: clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true