diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NamedFunctionCallHandler.php b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NamedFunctionCallHandler.php index 2d0e600d86f..cb9143412dc 100644 --- a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NamedFunctionCallHandler.php +++ b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/NamedFunctionCallHandler.php @@ -18,8 +18,6 @@ use Psalm\Issue\ForbiddenCode; use Psalm\Issue\PossibleRawObjectIteration; use Psalm\Issue\RawObjectIteration; -use Psalm\Issue\RedundantCast; -use Psalm\Issue\RedundantCastGivenDocblockType; use Psalm\Issue\RedundantFunctionCall; use Psalm\Issue\RedundantFunctionCallGivenDocblockType; use Psalm\IssueBuffer;