Check doc block signature to match the specified return type

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-04-26 14:35:24 +02:00
parent bb82bfac6d
commit 13b503a1a4
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@ return [
// to fix in your code base.
'quick_mode' => false,
// If true, check to make sure the return type declared
// in the doc-block (if any) matches the return type
// declared in the method signature. This process is
// slow.
'check_docblock_signature_param_type_match' => true,
// If enabled, check all methods that override a
// parent method to make sure its signature is
// compatible with the parent's. This check