Completed
Push — dev ( 874764...aa606c )
by Jordan
05:40 queued 03:25
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 600

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                additive: false
                multiplicative: false