Completed
Push — master ( a1f655...a0345d )
by Jacob
08:14
created

Checkout Config

filter:
  excluded_paths:
    - '*.tpl.php'
    - 'tests/'
checks:
  php: true
coding_style:
  php:
    spaces:
      general:
        linefeed_character: return-newline
    braces:
      classes_functions:
        class: new-line
        function: new-line

Repository Config

filter:
    excluded_paths:
        - '*.tpl.php'
checks:
    php:
        return_doc_comments: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true

coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
        braces:
            classes_functions:
                class: new-line
                function: new-line