We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fce656 commit 97d5e89Copy full SHA for 97d5e89
src/Type/Generic/TemplateTypeVariance.php
@@ -6,6 +6,7 @@
6
use PHPStan\ShouldNotHappenException;
7
use PHPStan\TrinaryLogic;
8
use PHPStan\Type\BenevolentUnionType;
9
+use PHPStan\Type\IsSuperTypeOfResult;
10
use PHPStan\Type\MixedType;
11
use PHPStan\Type\NeverType;
12
use PHPStan\Type\Type;
0 commit comments