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 bd70b96 commit bdf41aeCopy full SHA for bdf41ae
src/PhpDoc/PhpDocBlock.php
@@ -3,9 +3,7 @@
3
namespace PHPStan\PhpDoc;
4
5
use PHPStan\PhpDoc\Tag\AssertTagParameter;
6
-use PHPStan\Reflection\ClassConstantReflection;
7
use PHPStan\Reflection\ClassReflection;
8
-use PHPStan\Reflection\MethodReflection;
9
use PHPStan\Reflection\Php\PhpMethodReflection;
10
use PHPStan\Reflection\ResolvedMethodReflection;
11
use PHPStan\Type\ConditionalTypeForParameter;
0 commit comments