Completed
Push — master ( 9200c2...dc0c42 )
by Carlos C
7s
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