Skip to content

Commit

Permalink
Fix misaligned comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 13, 2015
1 parent 286ba0f commit fb49cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailer/Transport/SmtpTransport.php
Expand Up @@ -74,7 +74,7 @@ public function __destruct()
try {
$this->disconnect();
} catch (Exception $e) {
// avoid fatal error on script termination
// avoid fatal error on script termination
}
}

Expand Down

0 comments on commit fb49cd2

Please sign in to comment.