Skip to content

Commit c894582

Browse files
committed
Fix after PHPStan update
1 parent bd4d176 commit c894582

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Mockery/Reflection/StubMethodReflection.php

-4
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\ObjectType;
@@ -55,9 +54,6 @@ public function getPrototype(): ClassMemberReflection
5554
return $this;
5655
}
5756

58-
/**
59-
* @return ParametersAcceptor[]
60-
*/
6157
public function getVariants(): array
6258
{
6359
return [

0 commit comments

Comments
 (0)