Completed
Push — master ( 8b2d07...19f052 )
by Daniel
04:03 queued 01:35
created

Checkout Config

filter:
    paths: [src/*]
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        no_debug_code: true

coding_style:
    php: {  }