Skip to content

Commit

Permalink
Merge pull request #2 from kesselb/upstream/debt/doc-for-smtp-exception
Browse files Browse the repository at this point in the history
docs: update doc for smtp exception
  • Loading branch information
mrubinsk committed May 19, 2023
2 parents afb72a5 + d93c8e4 commit 7e9c42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Horde/Smtp/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class Horde_Smtp_Exception extends Horde_Exception
/**
* Constructor.
*
* @param string $msg Error message (non-translated).
* @param code $code Error code.
* @param string|null $message Error message (non-translated).
* @param int|null $code Error code.
*/
public function __construct($message = null, $code = null)
{
Expand Down

0 comments on commit 7e9c42f

Please sign in to comment.