Completed
Push — master ( 4775c0...e1a3eb )
by Jacob
03:33
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: end-of-line

Repository Config

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