Completed
Push — master ( bb2114...3df708 )
by Dave
9s
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
    php_code_sniffer:
        config:
            standard: "PSR2"

filter:
    paths: [src/*.php]

Repository Config

# language: php

# tests: true