Skip to content

Commit

Permalink
feat: add phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
storyn26383 committed Oct 25, 2023
1 parent 53e23b0 commit bbc0b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cache/src/RedisTaggedCacheChunkedEntries.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Iterator;
use RuntimeException;

/**
* @implments Iterator<string, string[]>
*/
class RedisTaggedCacheChunkedEntries implements Iterator
{
protected int $tagIndex = 0;
Expand Down

0 comments on commit bbc0b78

Please sign in to comment.