for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: paths: - 'src/*' excluded_paths: - 'src/config/*' - 'vendor/*' tools: php_cs_fixer: config: { level: psr2 } checks: php: code_rating: true duplication: true
# language: php