mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove unused var
This commit is contained in:
parent
7418d6685f
commit
a1247aeb60
@ -207,12 +207,6 @@ class CallChecker
|
|||||||
$var_type_part->value . '::__invoke'
|
$var_type_part->value . '::__invoke'
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
$var_id = ExpressionChecker::getVarId(
|
|
||||||
$stmt->name,
|
|
||||||
$statements_checker->getFQCLN(),
|
|
||||||
$statements_checker
|
|
||||||
);
|
|
||||||
|
|
||||||
$invalid_function_call_types[] = (string)$var_type_part;
|
$invalid_function_call_types[] = (string)$var_type_part;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user