Completed
Push — master ( 3aded0...f73d92 )
by Artem
12s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*
    - Tests/*

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