Completed
Push — master ( caeff0...a05c96 )
by Franck
10:58
created

Checkout Config

# .scrutinizer.yml #
tools:
    external_code_coverage:
        timeout: 600
        runs: 4

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'
        - 'build/*'
    paths: {  }

Repository Config

# language: php