Completed
Push — master ( 1f841e...97a535 )
by Carlos C
21:45 queued 08:54
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    external_code_coverage:
        timeout: 600
        runs: 3