Completed
Push — master ( ed2042...645a34 )
by Propa
12:51 queued 02:48
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