Completed
Push — master ( d6bcf3...c1f983 )
by Andrey
01:35
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
                negation: true
            within:
                function_call: true
                function_declaration: true
                if: true
                for: true
                while: true
                switch: true
                catch: true