Completed
Push — master ( 4c5c7e...98c25c )
by Martin
05:44 queued 02:41
created

Checkout Config

checks:
  php: true

tools:
  external_code_coverage: true

filter:
  excluded_paths:
    - docs/*
    - tests/*

Repository Config

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