Completed
Push — master ( c1d220...5e1e72 )
by Phil
07:50 queued 04:46
created

Checkout Config

# see: https://scrutinizer-ci.com/docs/code_rating_system
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false