Completed
Push — master ( 371a2f...3cc580 )
by Martin
02:41
created

Checkout Config

checks:
    php: true
        
filter:
    excluded_paths: [tests/*]

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true