Passed
Pull Request — master (#9)
by
unknown
14:06
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
    environment:
        php:
            version: "8.2"
            ini:
                memory_limit: "-1"

filter:
    excluded_paths:
        - 'bin/*'
        - 'tests/*'

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true