Completed
Pull Request — master (#6)
by
unknown
39:06 queued 09:09
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 1500 #15 min

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - lib/*

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true