Completed
Push — master ( 7d0d5c...2f5ebe )
by Drew
04:59
created

Checkout Config

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

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

Repository Config

# language: php