Completed
Push — master ( 882584...59aba9 )
by Hugo
02:21
created

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
checks:
    php:
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: true
        no_goto: true
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        more_specific_types_in_doc_comments: true
        avoid_unnecessary_concatenation: true
        remove_extra_empty_lines: true
        fix_line_ending: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false