Completed
Pull Request — master (#10)
by Artem
01:12
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

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