Completed
Pull Request — master (#2)
by Ankit
12:01
created

Checkout Config

# .scrutinizer.yml
filter:
    excluded_paths:
        - tests/*

checks:
    php:
        code_rating: true

tools:
    external_code_coverage:
        timeout: 1800
        runs: 3
    php_code_coverage: false

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
            within:
                brackets: false
            other:
                after_type_cast: false