From 2bfc8a9316cbf65c75fbecd8e1f9b192b2eade51 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Tue, 17 Jan 2023 21:48:39 +0100 Subject: [PATCH] Fix Client template (#1017) --- src/Client.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Client.php b/src/Client.php index 571af315..5d84b40b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -36,10 +36,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction; * abstractions are built. Internally it aggregates various other classes each * one with its own responsibility and scope. * - * {@inheritdoc} - * @template TKey - * @template TValue - * @template-implements Traversable + * @template-implements \IteratorAggregate * * @author Daniele Alessandri */ @@ -516,8 +513,7 @@ class Client implements ClientInterface, \IteratorAggregate } /** - * {@inheritdoc} - * @return Traversable|TValue[] + * @return Traversable */ #[\ReturnTypeWillChange] public function getIterator()