for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
tools: php_cs_fixer: enabled: true config: level: psr2 external_code_coverage: true
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }