mirror of
https://github.com/danog/psalm.git
synced 2024-12-14 18:36:58 +01:00
bump
This commit is contained in:
parent
8613ebb9a4
commit
599ba0e755
@ -997,7 +997,7 @@ class Codebase extends PsalmCodebase
|
|||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
if (InternalCallMapHandler::inCallMap($function_symbol)) {
|
if (InternalCallMapHandler::inCallMap($function_symbol)) {
|
||||||
$callables = InternalCallMapHandler::getCallablesFromCallMap(
|
$callables = InternalCallMapHandler::getCallablesFromCallMap(
|
||||||
$function_symbol,
|
$function_symbol
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!$callables || !$callables[0]->params) {
|
if (!$callables || !$callables[0]->params) {
|
||||||
|
Loading…
Reference in New Issue
Block a user