Skip to content

Commit 1a2963d

Browse files
committed
Fix interface type -- align with ImapConnection
1 parent f950cb9 commit 1a2963d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/ConnectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function status(string $folder, array $arguments = ['MESSAGES', 'UNSEEN',
226226
*
227227
* @see https://datatracker.ietf.org/doc/html/rfc9051#name-store-command
228228
*/
229-
public function store(array|string $flags, int $from, ?int $to = null, ?string $mode = null, bool $silent = true, ?string $item = null): ResponseCollection;
229+
public function store(array|string $flags, array|int $from, ?int $to = null, ?string $mode = null, bool $silent = true, ?string $item = null): ResponseCollection;
230230

231231
/**
232232
* Send a "APPEND" command.

0 commit comments

Comments
 (0)