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:
parent
24eadc865f
commit
a341e867da
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user