Completed
Branch master (9ea9e7)
by Franck
15:34
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