Completed
Push — update-phpunit ( fe415f )
by
unknown
07:30
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - vendor/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true