Completed
Push — master ( 981865...06591c )
by Rick
19:47 queued 09:46
created

Checkout Config

tools:
  external_code_coverage: true
  php_code_sniffer:
    config:
      standard: PSR2
checks:
  php:
    code_rating: true
    duplication: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php: {  }