Test Failed
Push — master ( bf93b6...eb8a5f )
by Liam
06:43
created

Checkout Config

tools:
    external_code_coverage: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run ./src/
                        coverage:
                            file: ./clover.xml
                            format: clover
        tests: true
filter:
    excluded_paths:
        - './tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                additive: false
                multiplicative: false
            other:
                after_type_cast: false

Repository Config

# language: php

# tests: true