Skip to content

Commit

Permalink
Fix Client template (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored Jan 17, 2023
1 parent d215766 commit 2bfc8a9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
* 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<TKey, TValue>
* @template-implements \IteratorAggregate<string, static>
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/
Expand Down Expand Up @@ -516,8 +513,7 @@ public function monitor()
}

/**
* {@inheritdoc}
* @return Traversable<TKey, TValue>|TValue[]
* @return Traversable<string, static>
*/
#[\ReturnTypeWillChange]
public function getIterator()
Expand Down

0 comments on commit 2bfc8a9

Please sign in to comment.