Completed
Push — master ( 2adf43...313eb7 )
by Jean-Christophe
05:36 queued 01:15
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                assignment: false
                equality: false
                relational: false
                bitwise: false
                additive: false
                multiplicative: false
            before_keywords:
                catch: false
            other:
                after_type_cast: false