Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into mywork
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Transport/SmtpOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public function getHost()
public function setHost($host)
{
$this->host = (string) $host;
return $this;
}

/**
Expand Down

0 comments on commit c239975

Please sign in to comment.