Completed
Push — master ( 4e4356...ccb503 )
by Dawid
02:52
created

Checkout Config

checks:
  php:
    code_rating: true

build:
  tests:
    override:
      command: "php -v"

tools:
  external_code_coverage: true
  php_analyzer: true
  php_changetracking: true
  php_code_sniffer:
    config:
      standard: "PSR2"
  php_mess_detector: true

filter:
  excluded_paths:
    - docs/*
    - examples/*
    - tests/*
    - src/Exception/*

Repository Config

# language: php