Completed
Push — api/develop ( 1c2ce2...30c228 )
by Bertrand
20:38
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 1200
        runs: 2

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false