Completed
Push — master ( d52c01...a473f5 )
by Stephan
02:22
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
            switch:
                indent_case: false
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
                array_initializer: true
                grouping: true
                function_call: true
                function_declaration: true
                if: true
                for: true
                while: true
                switch: true
                catch: true
        braces:
            classes_functions:
                class: end-of-line
                function: end-of-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower