Completed
Push — master ( 1883bf...af1526 )
by Andreu
02:53 queued 01:24
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
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true

coding_style:
    php:
        spaces:
            within:
                brackets: true