Completed
Push — next ( c05e12...5d0fe3 )
by Mathias
04:06
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