Completed
Pull Request — master (#7)
by Samiul
01:52
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