From 7c24d33bb20e127676f8e99e4f974f83eabbb2e0 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 30 Dec 2021 11:36:56 +0100 Subject: [PATCH] cs-fix --- .../Statements/Expression/Call/NamedFunctionCallHandler.php | 2 -- 1 file changed, 2 deletions(-) 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;