We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4d176 commit c894582Copy full SHA for c894582
src/Mockery/Reflection/StubMethodReflection.php
@@ -6,7 +6,6 @@
6
use PHPStan\Reflection\ClassReflection;
7
use PHPStan\Reflection\FunctionVariant;
8
use PHPStan\Reflection\MethodReflection;
9
-use PHPStan\Reflection\ParametersAcceptor;
10
use PHPStan\TrinaryLogic;
11
use PHPStan\Type\Generic\TemplateTypeMap;
12
use PHPStan\Type\ObjectType;
@@ -55,9 +54,6 @@ public function getPrototype(): ClassMemberReflection
55
54
return $this;
56
}
57
58
- /**
59
- * @return ParametersAcceptor[]
60
- */
61
public function getVariants(): array
62
{
63
return [
0 commit comments