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

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

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