Passed
Pull Request — master (#13)
by Tim
13:34
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override: [pecl channel-update pecl.php.net]
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
    environment:
        php:
            version: 8.1
            ini:
                memory_limit: "-1"

filter:
    excluded_paths:
        - 'tests/*'

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true