Passed
Push — master ( e046f3...04364f )
by Nate
02:43
created

Checkout Config

build:
  environment:
    timezone: UTC
    php:
      version: 7.1
      ini:
        date.timezone: 'UTC'
        memory_limit: '-1'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false