Skip to content

Commit dd8c05b

Browse files
committed
cs
1 parent 512705e commit dd8c05b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
use PHPStan\Node\Printer\ExprPrinter;
2727
use PHPStan\Php\PhpVersion;
2828
use PHPStan\Reflection\Assertions;
29-
use PHPStan\Reflection\Callables\CallableParametersAcceptor;
3029
use PHPStan\Reflection\ExtendedParametersAcceptor;
3130
use PHPStan\Reflection\ParametersAcceptor;
3231
use PHPStan\Reflection\ParametersAcceptorSelector;
@@ -1779,7 +1778,6 @@ private function specifyTypesFromCallableCall(TypeSpecifierContext $context, Fun
17791778
}
17801779

17811780
$calleeType = $scope->getType($call->name);
1782-
$args = $call->getArgs();
17831781

17841782
$assertions = null;
17851783
$parametersAcceptor = null;

src/Reflection/ExtendedCallableFunctionVariant.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use PHPStan\Reflection\Callables\CallableParametersAcceptor;
77
use PHPStan\Reflection\Callables\SimpleImpurePoint;
88
use PHPStan\Reflection\Callables\SimpleThrowPoint;
9-
use PHPStan\Reflection\Assertions;
109
use PHPStan\TrinaryLogic;
1110
use PHPStan\Type\Generic\TemplateTypeMap;
1211
use PHPStan\Type\Generic\TemplateTypeVarianceMap;

src/Reflection/InaccessibleMethod.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PHPStan\Reflection\Callables\CallableParametersAcceptor;
66
use PHPStan\Reflection\Callables\SimpleImpurePoint;
7-
use PHPStan\Reflection\Assertions;
87
use PHPStan\TrinaryLogic;
98
use PHPStan\Type\Generic\TemplateTypeMap;
109
use PHPStan\Type\Generic\TemplateTypeVarianceMap;

0 commit comments

Comments
 (0)