Completed
Pull Request — 2.0 (#53)
by
unknown
02:51
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths: [vendor/*, Tests/*, Modules/*]
coding_style:
    php: {  }
tools:
    external_code_coverage: true
    php_code_coverage: true

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true

Global Config

tools:
    php_cs_fixer:
        config: { level: psr2 }
    php_mess_detector: true