Completed
Push — master ( b6ea60...75f6ce )
by Artem
01:17
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

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