for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: timezone: UTC php: version: 7.1 ini: date.timezone: 'UTC' memory_limit: '-1'
checks: php: true filter: { } coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false