Test Failed
Branch main (46a728)
by Pranjal
01:23
created

Repository Config

build:
    image: default-bionic
    environment:
        php: 8.1.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'

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