Passed
Push — main ( 6c5f26...e43dd1 )
by Thomas
01:55
created

Repository Config

build:
    environment:
        php: 
            version: 8.2.0
            ini:
                xdebug.mode: coverage
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - phpcs-run

filter:
    excluded_paths:
        - 'tests/*'
        - '.php-cs-fixer.dist.php'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
            other:
                after_type_cast: false