Completed
Push — next ( 13826d...f3eece )
by Mathias
03:56
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds (= 10 min.)

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true