Completed
Push — master ( edfa10...cc4cee )
by Mewes
02:10
created

Repository Config

checks:
    php:
        duplication: false
        switch_fallthrough_commented: false
        non_commented_empty_catch_block: false

filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: false
        braces:
            classes_functions:
                class: new-line
                function: new-line
                closure: new-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