Completed
Push — master ( 59ace0...1e869a )
by Propa
03:14
created

Checkout Config

filter:
    paths:
        - 'src/*'
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'

checks:
  php: true

tools:
  external_code_coverage:
    timeout: 1200
    runs: 3

Repository Config

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