Passed
Pull Request — master (#14)
by
unknown
12:59
created

Repository Config

build:
    image: default-bionic
    environment:
        php:
            version: 8.1.24
            ini:
                "xdebug.mode": coverage

    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        phpunit:
            tests:
                override:
                    - command: "./vendor/bin/phpunit --exclude-group scrutinizer-ignore --coverage-clover ./coverage.xml"
                      on_node: 1
                      coverage:
                        file: coverage.xml
                        format: php-clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true