Skip to content

Commit d5e723c

Browse files
committed
Update Poll.php
1 parent cece2ec commit d5e723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Poll.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function check(callable $callback, callable $query): void
6868
->each(function (MessageInterface $message) use ($callback) {
6969
// Avoid processing the same message twice on subsequent polls.
7070
// Some IMAP servers will always return the last seen UID in
71-
// the search results regardless of UID search scope.
71+
// the search results regardless of given UID search range.
7272
if ($this->lastSeenUid === $message->uid()) {
7373
return;
7474
}

0 commit comments

Comments
 (0)