Completed
Pull Request — master (#14)
by Werner
17:45 queued 02:46
created

Checkout Config

inherit: true

tools:
    external_code_coverage:
      timeout: 600
    php_cs_fixer:
      config: { level: psr2 }

filter:
    paths: [tests/*,code/*]

Repository Config

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