Passed
Push — master ( 5ffba3...34baf0 )
by Nate
07:15
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