Completed
Pull Request — 2.0-dev (#11)
by Phil
05:24
created

Checkout Config

imports:
    - php

tools:
    external_code_coverage: true

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

Repository Config

checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true