Completed
Push — master ( edcf78...89e149 )
by Derek Stephen
09:55
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