Completed
Push — master ( d867cc...eec135 )
by Ankit
17:31 queued 02:37
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