Completed
Push — master ( 5f0b44...4b51f1 )
by Maks
9s
created

Checkout Config

filter:
  paths: [src/*]

tools:
  php_code_sniffer:
    config:
      standard: PSR2
  php_cs_fixer:
    config: { level: all }
  external_code_coverage: true
  php_cpd: true
  php_hhvm: true
  php_analyzer: true
  php_pdepend: true

checks:
  php:
    code_rating: true
    duplication: true

Repository Config

# language: php