Passed
Push — master ( 27eacf...fc7f94 )
by Tim
19:41 queued 18:00
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/*'
        - 'bin/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false