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 8de145d commit 80c582d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Reflection/Dibi/DibiFluentMethodReflection.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 isPublic(): bool
return true;
}

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

0 comments on commit 80c582d

Please sign in to comment.