Skip to content

Commit

Permalink
remove legacy chunk iterator that uses deprecated endpoints
Browse files Browse the repository at this point in the history
AUT-3246

Co-authored-by: Bence Kadar <[email protected]>
  • Loading branch information
fqqdk and bencekadaremar committed Sep 19, 2024
1 parent 5653bba commit ac7ceb0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 237 deletions.
2 changes: 1 addition & 1 deletion src/Suite/Api/ContactList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Traversable;

class ContactList implements ContactListChunkFetcher
class ContactList
{
/**
* @var Client
Expand Down
8 changes: 0 additions & 8 deletions src/Suite/Api/ContactListChunkFetcher.php

This file was deleted.

113 changes: 0 additions & 113 deletions src/Suite/Api/ContactListChunkIterator.php

This file was deleted.

115 changes: 0 additions & 115 deletions test/unit/Suite/Api/ContactListChunkIteratorTest.php

This file was deleted.

0 comments on commit ac7ceb0

Please sign in to comment.