Completed
Push — master ( 8f87c2...a0c745 )
by Son
02:26
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:
            before_keywords:
                else: false
            within:
                brackets: true
build: true