Completed
Push — master ( 70dc22...d24e87 )
by Fabian
26s queued 11s
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'

checks:
    php: true
    
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        php: 7.3
    tests:
        override:
            - true
    nodes:
        analysis:
            tests:
                override:
                 - php-scrutinizer-run
                 - phpcs-run


tools:
    external_code_coverage:
        timeout: 2400    # Timeout in seconds.