Completed
Push — master ( 6ce161...a3f4be )
by Derek Stephen
01:12
created

Checkout Config

tools:
    external_code_coverage: true
checks:
    php:
        code_rating: true
        duplication: true
filter:
    paths:
        - src/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true