Completed
Push — develop ( 66b344...26388a )
by Jim
02:53
created

Checkout Config

# .scrutinizer.yml

checks:
        php:
                code_rating: true
                duplication: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false