Completed
Pull Request — master (#13)
by
unknown
01:47
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 1500 #15 min

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*

Repository Config

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