Skip to content

Commit d746370

Browse files
committed
CS Fixes
1 parent 2731b11 commit d746370

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/phpDocumentor/PHPStan/AttributeSetterMethodReflection.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
use PHPStan\Reflection\MethodReflection;
2121
use PHPStan\Reflection\ParametersAcceptor;
2222
use PHPStan\Reflection\Php\DummyParameter;
23-
use PHPStan\Reflection\Php\PhpParameterReflection;
2423
use PHPStan\TrinaryLogic;
25-
use PHPStan\Type\Generic\TemplateTypeHelper;
2624
use PHPStan\Type\Generic\TemplateTypeMap;
2725
use PHPStan\Type\ObjectType;
28-
use PHPStan\Type\StringType;
2926
use PHPStan\Type\Type;
3027

3128
final class AttributeSetterMethodReflection implements MethodReflection

0 commit comments

Comments
 (0)