mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
parent
b3cf9d3958
commit
2e322ee214
@ -1966,6 +1966,10 @@ class ClassLikes
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($declaring_classlike_storage->is_trait) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (isset($codebase->analyzer->possible_method_param_types[strtolower($method_id)])) {
|
||||
if ($method_storage->location) {
|
||||
$possible_param_types
|
||||
|
Loading…
x
Reference in New Issue
Block a user