Test Failed
Branch main (1a7499)
by Pranjal
02:46
created

Repository Config

build:
    image: default-bionic
    environment:
        php: 8.1.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: ./vendor/bin/pest --coverage-clover=coverage.xml
                        coverage:
                            file: coverage.xml
                            format: clover

        tests: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'src/Collection.php'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false