1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add docblock return type as --diff dependency

This commit is contained in:
Matthew Brown 2020-02-13 10:39:04 -05:00
parent 395cf587d3
commit 305372e0e1

View File

@ -743,7 +743,8 @@ class ReturnTypeAnalyzer
$function_like_analyzer,
$storage->return_type_location,
$storage->suppressed_issues,
[]
[],
false
) === false) {
return false;
}