Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janlanger committed Feb 6, 2023
1 parent 4407423 commit 8b35f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Smtp/AsyncSmtpMailerIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function (Timer $timer) use ($time, $subject, $startTime, $waitingInterval): voi
if ($imap === false) {
$error = imap_last_error();

throw new Exception($error !== false ? $error : 'IMAP error occured.');
throw new Exception($error !== false ? $error : 'IMAP error occurred.');
}
$searchQuery = sprintf('SUBJECT "%s" SINCE "%s" FROM "%s"', $time, date('Y-m-d', $time), $settings->getEmailFrom());
$emails = imap_search($imap, $searchQuery, SE_UID);
Expand Down

0 comments on commit 8b35f28

Please sign in to comment.