Completed
Push — develop ( 374756...961e0d )
by Reüel
05:13
created

Checkout Config

checks:
  php:
    coding_standard:
      name: WordPress
    code_rating: true
    duplication: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                unary_additive: true
                concatenation: true
                negation: true
            within:
                brackets: false
                array_initializer: true
                grouping: true
                function_call: true
                function_declaration: true
                if: true
                for: true
                while: true
                switch: true
                catch: true
                type_cast: false

Repository Config

# language: php

# tests: true