Passed
Push — master ( fd816d...746a7d )
by
unknown
02:13
created

Repository Config

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