Completed
Push — master ( 0b79d7...627f4f )
by David
10:46 queued 09:25
created

Checkout Config

inherit: true

tools:
  external_code_coverage: true

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - "_config/"
    - "cms/"
    - "docs/"
    - "framework/"
    - "images/"
    - "lang/"
    - "vendor/"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true