Passed
Push — master ( 428b8c...d7c939 )
by Tim
01:52
created

Repository Config

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

filter:
    excluded_paths:
        - 'bin/*'
        - '*.tpl.php'
        - 'tests/*'

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true