Completed
Push — develop ( 26388a...135588 )
by Jim
04:23 queued 01:08
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