Test Failed
Branch master (f83914)
by Rasul
01:55
created

Repository Config

build:
    environment:
        php:
            version: '7.4'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
        coverage:
            tests:
                override:
                  file: clover.xml
    
                  # These formats are supported:
                  # clover, cobertura, jacoco, python-cc, ruby-cc, go-cc, lcov
                  format: clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true