Passed
Pull Request — master (#6)
by
unknown
16:49 queued 13:48
created

Repository Config

build:
    environment:
        php:
            version: "8.2"
            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