Passed
Branch master (dedb74)
by Tim
08:08
created

Repository Config

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

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

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true