imports:
- php
filter:
paths: [src/*]
tools:
external_code_coverage:
enabled: true
timeout: 1800
filter:
excluded_paths:
- 'tests/*'
checks:
php:
return_doc_comment_if_not_inferrable: true
return_doc_comments: true
parameter_doc_comments: true
param_doc_comment_if_not_inferrable: true
more_specific_types_in_doc_comments: true
coding_style:
php: { }