Passed
Pull Request — master (#55)
by Tim
01:50
created

Repository Config

build:
    image: default-bionic
    environment:
        php:
            version: "8.2"
            ini:
                memory_limit: "-1"
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths:
        - 'tests/*'
        - 'src/TestUtils/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true