Completed
Push — master ( 1046fe...dee123 )
by dima
02:31
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true