Completed
Push — master ( b47c2a...b31a90 )
by Drew
02:34
created

Checkout Config

# .scrutinizer.yml
checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
    paths:
        - src/*

Repository Config

# language: php