Completed
Push — master ( e1d7be...0cde1c )
by Davide
03:19
created

Checkout Config

filter:
    excluded_paths:
        - tests/*
checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

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