for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: nodes: analysis: project_setup: override: true filter: excluded_paths: - 'tests/*' tools: php_cs_fixer: config: { level: psr12 } coding_style: php: spaces: around_operators: concatenation: true