Completed
Push — master ( c1f983...4e1243 )
by Andrey
01:25
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