Passed
Pull Request — master (#14)
by Tim
02:28
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - true
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'

checks:
    php: true

tools:
    php_cs_fixer:
        config: { level: psr12 }

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true