Completed
Branch master (32b148)
by Edgar
03:11
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'example/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        simplify_boolean_return: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        phpunit_assertions: true
        parameter_doc_comments: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: 
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=cf'
                coverage:
                    file: 'cf'
                    format: 'clover'