Completed
Pull Request — master (#7)
by
unknown
02:00
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
tools:
    external_code_coverage:
        timeout: 900    # Timeout in seconds.

Repository Config

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