Passed
Push — php-update ( b4e4fb...1c24f5 )
by Fabian
23:06 queued 13:14
created

Checkout Config

imports:
    - php

build:
    environment:
        php: 8.0.0
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run

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

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

tools:
    php_cs_fixer: false
    external_code_coverage:
        timeout: 300

Repository Config

# language: php