Skip to content

Commit

Permalink
Fix after PHPStan update
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 4, 2024
1 parent bd4d176 commit c894582
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Mockery/Reflection/StubMethodReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use PHPStan\Reflection\ClassReflection;
use PHPStan\Reflection\FunctionVariant;
use PHPStan\Reflection\MethodReflection;
use PHPStan\Reflection\ParametersAcceptor;
use PHPStan\TrinaryLogic;
use PHPStan\Type\Generic\TemplateTypeMap;
use PHPStan\Type\ObjectType;
Expand Down Expand Up @@ -55,9 +54,6 @@ public function getPrototype(): ClassMemberReflection
return $this;
}

/**
* @return ParametersAcceptor[]
*/
public function getVariants(): array
{
return [
Expand Down

0 comments on commit c894582

Please sign in to comment.