Completed
Branch master (6cedb9)
by Stephan
02:53
created

Repository Config

checks:
    php:
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        return_doc_comments: true
        no_goto: true
        encourage_single_quotes: true
        avoid_todo_comments: true
        avoid_perl_style_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_fixme_comments: true
        simplify_boolean_return: true
        return_doc_comment_if_not_inferrable: true
    javascript:
        no_param_assign: true
        no_implicit_undefined_return: true
        eqeqeq: true
        no_alert: true
        no_else_return: true
        no_loop_var_assign: true

filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true