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()