Completed
Push — master ( 9c304b...77fc05 )
by Dave
13:06 queued 05:20
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
    js_hint: true
    php_sim: true
    php_pdepend: true
    php_analyzer: true

filter:
    paths: [src/*.php]

Repository Config

# language: php

# tests: true