filter: excluded_paths: - 'tests/*' checks: php: return_doc_comments: true parameter_doc_comments: true coding_style: php: spaces: other: after_type_cast: false build: tests: override: - command: 'phpunit --coverage-clover=cloverage.xml' coverage: file: 'cloverage.xml' format: 'clover'