Completed
Push — master ( f8073b...528c9c )
by Michael
01:57
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        parameter_doc_comments: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true
        fix_line_ending: true
        classes_in_camel_caps: true

tools:
    php_cs_fixer:
        config: { level: psr2 }
    external_code_coverage: true