Completed
Pull Request — master (#4)
by David
09:32
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