Skip to content

Commit 8219753

Browse files
committed
Update IntersectionTypeMethodReflection.php
1 parent 4eed51c commit 8219753

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Reflection/Type/IntersectionTypeMethodReflection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use PHPStan\Reflection\ExtendedMethodReflection;
1111
use PHPStan\Reflection\ExtendedParametersAcceptor;
1212
use PHPStan\Reflection\MethodReflection;
13-
use PHPStan\Reflection\ParametersAcceptor;
1413
use PHPStan\ShouldNotHappenException;
1514
use PHPStan\TrinaryLogic;
1615
use PHPStan\Type\Type;
@@ -83,7 +82,7 @@ public function getVariants(): array
8382
$returnTypes = [];
8483
$phpDocReturnTypes = [];
8584
$nativeReturnTypes = [];
86-
foreach($this->methods as $method) {
85+
foreach ($this->methods as $method) {
8786
$variants = $method->getVariants();
8887

8988
foreach ($variants as $acceptor) {

0 commit comments

Comments
 (0)