Completed
Push — master ( 0c08ac...adc64f )
by Tim
05:05 queued 04:56
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