filter: paths: - src/* tools: external_code_coverage: timeout: 1800
tools: php_sim: true php_pdepend: true php_analyzer: true filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: code_rating: true duplication: true check_method_contracts: verify_interface_like_constraints: true verify_documented_constraints: true verify_parent_constraints: true foreach_traversable: true