Completed
Pull Request — master (#13)
by Michael
02:07 queued 01:06
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