Completed
Push — master ( e48266...c6a956 )
by Steven
8s
created

Repository Config

checks:
    php:
        uppercase_constants: true
        simplify_boolean_return: true
        use_self_instead_of_fqcn: true
        return_doc_comments: true
        prefer_while_loop_over_for_loop: true
        parameters_in_camelcaps: true
        no_short_variable_names:
            minimum: '3'
        optional_parameters_at_the_end: true
        no_short_method_names:
            minimum: '3'
        line_length:
            max_length: '120'
        function_in_camel_caps: true
        classes_in_camel_caps: true
        avoid_unnecessary_concatenation: true
        avoid_todo_comments: true
        avoid_perl_style_comments: true
        avoid_multiple_statements_on_same_line: true
        avoid_fixme_comments: true
        no_underscore_prefix_in_properties: false
        no_underscore_prefix_in_methods: false

coding_style:
    php:
        spaces:
            around_operators:
                assignment: false
        braces:
            classes_functions:
                class: new-line
                function: end-of-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: upper