We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295bd1 commit a8c6565Copy full SHA for a8c6565
src/Rector/Rector/ClassMethod/AddClassMethodParamTypeRector.php
@@ -17,7 +17,6 @@
17
use PHPStan\Type\NullType;
18
use PHPStan\Type\ResourceType;
19
use Rector\ArgTyper\Configuration\CallLikeTypesConfigurationProvider;
20
-use Rector\ArgTyper\Rector\NodeTypeChecker;
21
use Rector\ArgTyper\Rector\TypeResolver;
22
use Rector\ArgTyper\Rector\ValueObject\ClassMethodType;
23
use Rector\Rector\AbstractRector;
src/Rector/Rector/Function_/AddFunctionParamTypeRector.php
@@ -13,7 +13,6 @@
13
14
use Rector\ArgTyper\Configuration\FuncCallTypesConfigurationProvider;
15
use Rector\ArgTyper\Exception\NotImplementedException;
16
0 commit comments