1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
This commit is contained in:
Andrew Nagy 2022-04-28 19:00:23 +00:00
parent 8613ebb9a4
commit 599ba0e755

View File

@ -997,7 +997,7 @@ class Codebase extends PsalmCodebase
} catch (Exception $exception) {
if (InternalCallMapHandler::inCallMap($function_symbol)) {
$callables = InternalCallMapHandler::getCallablesFromCallMap(
$function_symbol,
$function_symbol
);
if (!$callables || !$callables[0]->params) {