1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add explanation for return

This commit is contained in:
Brown 2019-06-13 16:28:21 -04:00
parent 24eadc865f
commit a341e867da

View File

@ -994,6 +994,7 @@ class ClassAnalyzer extends ClassLikeAnalyzer
);
if ($method_already_analyzed && !$codebase->diff_methods) {
// this can happen when re-analysing a class that has been include()d inside another
return;
}