Completed
Push — master ( 54158b...e0b1e7 )
by Nicolas
08:51 queued 07:03
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