Completed
Push — master ( f5ed1a...5b44ca )
by Franck
18:04 queued 02:37
created

Checkout Config

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

checks:
    php:
        code_rating: true
        duplication: true

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