Passed
Push — master ( 2ca721...bffcf8 )
by Thijs
02:35
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
filter:
    excluded_paths:
        - 'tests/*'
tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true