Skip to content

Commit aedf3d6

Browse files
committed
Fix CS
1 parent cfc20fd commit aedf3d6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Reflection/Nette/NetteObjectEventListenerMethodReflection.php

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use PHPStan\Reflection\ClassReflection;
77
use PHPStan\Reflection\FunctionVariant;
88
use PHPStan\Reflection\MethodReflection;
9-
use PHPStan\Reflection\ParametersAcceptor;
109
use PHPStan\TrinaryLogic;
1110
use PHPStan\Type\Generic\TemplateTypeMap;
1211
use PHPStan\Type\Type;

tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PHPStan\Reflection\Nette;
44

5-
use PHPStan\Broker\Broker;
65
use PHPStan\Reflection\ReflectionProvider;
76
use PHPStan\SmartObjectChild;
87
use PHPStan\Testing\PHPStanTestCase;

0 commit comments

Comments
 (0)