Completed
Push — master ( 760d2d...04364f )
by Ankit
07:59
created

Checkout Config

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

checks:
    php:
        code_rating: true

tools:
    external_code_coverage:
        runs: 2

Repository Config

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