Test Failed
Push — master ( 9ab83e...911556 )
by Edgar
02:47
created

Repository Config

before_commands:
    - "composer install --prefer-source"

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: true

tools:
    external_code_coverage:
        timeout: 600