Completed
Push — master ( 9a41a1...b0aab6 )
by James
02:45
created

Checkout Config

# .scrutinizer.yml
# Used to enable Code Rating/Code Smells and Test Coverage Badge

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 3000

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }