tools: php_code_coverage: enabled: true test_command: phpunit filter: excluded_paths: - 'vendor/*'
filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false build: true