Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Kastner committed Sep 5, 2018
1 parent c256182 commit 390cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use Fetch\Message;
$server = new Server('imap.example.com', 993);
$server->setAuthentication('username', 'password');
/** @var Message[] $message */
/** @var Message[] $messages */
$messages = $server->getMessages();
foreach ($messages as $message) {
Expand Down

0 comments on commit 390cb3e

Please sign in to comment.