Passed
Push — master ( 48be32...e84af2 )
by Tim
02:19
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: 7.4
            ini:
                memory_limit: "-1"
            pecl_extensions:
                - radius-beta

filter:
    excluded_paths:
        - 'tests/*'

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true