Completed
Push — master ( 8e9a5f...f9650d )
by Samiul
02:10
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php:
        duplication: false

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true