Passed
Pull Request — master (#17)
by Thijs
22:40 queued 14:52
created

Repository Config

build:
    environment:
        php:
            version: "7.4"
            ini:
                memory_limit: "-1"
    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