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 14, 2015
1 parent d83ca68 commit f8426d3
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 f8426d3

Please sign in to comment.