Passed
Branch master (fda11c)
by Kevin
58s
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        parameter_doc_comments: true

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=cloverage.xml'
                coverage:
                    file: 'cloverage.xml'
                    format: 'clover'