Completed
Push — master ( 6b84f3...694bac )
by Vadim
01:55
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                equality: false
                additive: false
            before_keywords:
                else: false
            other:
                after_type_cast: false