Completed
Push — gh-pages ( d99528...9ab17f )
by
unknown
34s
created

Repository Config

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: true
        braces:
            classes_functions:
                class: new-line
                function: 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