Completed
Pull Request — master (#5)
by Damian
20:15
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 300 #5 min

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*

Repository Config

tools:
    external_code_coverage:
        timeout: 300 #5 min

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*