for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: { } coding_style: php: { }
inherit: true before_commands: - composer install --dev tools: php_code_coverage: true php_code_sniffer: config: standard: "PSR1" php_cpd: true php_mess_detector: true php_analyzer: true