Completed
Push — master ( cb5507...0a6922 )
by Son
05:10
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