Completed
Pull Request — master (#10)
by Artem
02:10 queued 01:09
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths:
    - src/
  excluded_paths:
    - vendor/
    - tests/

before_commands:
  - "composer install --prefer-dist"