Test Failed
Branch master (723ca8)
by Tomáš
02:22
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
        coverage:
            tests:
                override:
                - command: phpcs-run
                  coverage:
                    file: build/coverage.xml
                    format: clover
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                bitwise: false
                additive: false
                multiplicative: false
filter:
    excluded_paths:
        - "tests/"