Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
Refs #3982
  • Loading branch information
markstory committed Jul 16, 2014
1 parent 476cae0 commit 88ecbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Email/Email.php
Expand Up @@ -1227,7 +1227,7 @@ public function send($content = null) {
$transport = $this->transport();
if (!$transport) {
$msg = 'Cannot send email, transport was not defined. Did you call transport() or define ' .
' a transport in the set profile?';
' a transport in the set profile?';
throw new Error\SocketException($msg);
}
$contents = $transport->send($this);
Expand Down

0 comments on commit 88ecbab

Please sign in to comment.