Completed
Push — master ( 2c7282...1e466b )
by Tim
45s queued 42s
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
                    -
                        command: phpcs-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true