Skip to content

Commit e5eaca2

Browse files
author
Adam Tomat
committed
Fix PHPCS error
1 parent a10ceac commit e5eaca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EmailServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private function setupSMTP(Config $config)
5757

5858
private function addWpMailErrorHandler()
5959
{
60-
// add the action
60+
// add the action
6161
add_action('wp_mail_failed', function ($error) {
6262
Log::error('Error sending email via `wp_mail()`');
6363
Log::error(print_r($error, true));

0 commit comments

Comments
 (0)