Completed
Push — master ( 83a22a...4d23a3 )
by Vinai
03:07
created

Checkout Config

filter:
    excluded_paths:
        - examples/*
        - resources/*
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit -c tests/phpunit.xml.dist --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        return_doc_comment_if_not_inferrable: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        param_doc_comment_if_not_inferrable: true
        function_in_camel_caps: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
        classes_in_camel_caps: true

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit -c tests/phpunit.xml.dist --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'