Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
fix(smtp): Extra closing */.
Browse files Browse the repository at this point in the history
Thanks @pfitseng

Signed-off-by: Francisco Miguel Biete <[email protected]>
<[email protected]>
  • Loading branch information
fmbiete committed Apr 9, 2015
1 parent 495519e commit 6f1ab9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Net/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class Net_SMTP
* @param boolean $verify_peer_name Require verification of peer name
* @param boolean $allow_self_signed Allow self-signed certificates. Requires verify_peer
*/
*/
public function __construct($host = null, $port = null, $localhost = null,
$pipelining = false, $timeout = 0,
$socket_options = null,
Expand Down

0 comments on commit 6f1ab9a

Please sign in to comment.