Completed
Push — master ( f7d146...cf1078 )
by Alex
03:19
created

Repository Config

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
        braces:
            classes_functions:
                class: new-line
                function: new-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

Global Config

checks:
    php:
        parameter_doc_comments: true
        optional_parameters_at_the_end: true
        use_self_instead_of_fqcn: true
        newline_at_end_of_file: true
        duplication: false
        code_rating: true
        classes_in_camel_caps: true
        avoid_perl_style_comments: true
        avoid_multiple_statements_on_same_line: true
    ruby: {  }

coding_style:
    php:
        braces:
            classes_functions:
                class: new-line
                function: new-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