Completed
Push — master ( ffb05d...9a0418 )
by Tsukasa
15s queued 13s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
filter:
  paths:
    - src/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        psr2_switch_declaration: true

coding_style:
    php: {  }