Test Failed
Push — master ( 52aa6a...4f4a9c )
by Sarah
02:04
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        code_rating: true
        duplication: true
    javascript: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run
 

Repository Config

checks:
    php:
        code_rating: true
        duplication: true
    javascript: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run