Completed
Branch master (220ce5)
by De Cramer
16:11
created

Checkout Config

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
        - 'bin/*'
        - 'var/*'
        - 'web/*'
checks:
    php: true
coding_style:
    php: {  }