Passed
Push — master ( 7fec9e...1156c1 )
by Tim
01:26
created

Repository Config

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

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

Global Config

build:
    image: default-jammy
    environment:
        php:
            version: "8.4"
            ini:
                memory_limit: "-1"
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true