Skip to content

Commit 84e8a80

Browse files
committed
Fix return type
1 parent 2f27bce commit 84e8a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Connection/Responses/ContinuationResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace DirectoryTree\ImapEngine\Connection\Responses;
44

5-
use DirectoryTree\ImapEngine\Connection\Tokens\Atom;
5+
use DirectoryTree\ImapEngine\Connection\Tokens\Token;
66

77
class ContinuationResponse extends Response
88
{
99
/**
1010
* Get the data tokens.
1111
*
12-
* @return Atom[]
12+
* @return Token[]
1313
*/
1414
public function data(): array
1515
{

0 commit comments

Comments
 (0)