Passed
Push — master ( c47978...017115 )
by Tim
06:46
created

Repository Config

build:
    environment:
        php:
            version: "7.4"
            ini:
                memory_limit: "-1"
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - '*.tpl.php'
tools:
    php_cs_fixer:
        config: { level: psr2 }