Completed
Pull Request — master (#1)
by
unknown
10:48
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
    - 'vendor/*'

checks:
  php:
    code_rating: true
    duplication: true

tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
  php_cs_fixer: true

Repository Config

# language: php