Completed
Push — master ( f5cc9f...a06998 )
by Michael
09:15 queued 07:15
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