Completed
Branch master (9ceab7)
by Dan
13:15
created

Checkout Config

# .scrutinizer.ymlchecks:
checks:
    php:
        code_rating: true
        duplication: true
tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.

Repository Config

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
                negation: true