Completed
Branch feature/add-scrutinizer (27b569)
by Matthias
02:05
created

Checkout Config

imports:
    - php

tools:
    external_code_coverage:
        timeout: 600

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }