Skip to content

Commit 09e9624

Browse files
authored
Merge pull request #24 from wesnick/mailhog_issue_6_array_iterator
Use simple array collection. Part of #23
2 parents dc56d40 + 208d26e commit 09e9624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/ContactCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
namespace rpkamp\Mailhog\Message;
55

6+
use ArrayIterator;
67
use Countable;
78
use IteratorAggregate;
8-
use JakubOnderka\PhpParallelLint\ArrayIterator;
99
use Traversable;
1010

1111
class ContactCollection implements Countable, IteratorAggregate

0 commit comments

Comments
 (0)