Completed
Push — master ( 55d3c7...f01626 )
by Drew
01:55
created

Checkout Config

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

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

Repository Config

# language: php