Completed
Pull Request — master (#8)
by
unknown
05:25
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