Completed
Push — master ( db6fea...5e07c3 )
by Andreu
02:48 queued 01:21
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        newline_at_end_of_file: true
        classes_in_camel_caps: true
        avoid_multiple_statements_on_same_line: true

coding_style:
    php:
        spaces:
            within:
                brackets: true