Completed
Pull Request — master (#56)
by
unknown
01:28
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*]
checks:
    php: true

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1