Skip to content

Commit

Permalink
[Mail] Update docs #5785
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Feb 18, 2020
1 parent 4457c4a commit 2af1318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -27,8 +27,8 @@ On Debian/Ubuntu you can install it with: `apt-get install html2text`
| Method | Description |
| ------ | ----------- |
| disableLogging() | Disables email logging - by default it is enabled |
| setParams(array) | Sets the parameters for the email view and the Placeholders |
| setParam($key, $value) | Sets a single parameter for the email view and the Placeholders |
| setParams(array) | Sets the parameters to the request object and the Placeholders |
| setParam($key, $value) | Sets a single parameter to the request object and the Placeholders |
| isValidEmailAddress(emailAddress) | Static helper to validate a email address |
| setDocument(Document_Email) | Sets the email document |
| getDocument() | Returns the Document |
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail.php
Expand Up @@ -381,7 +381,7 @@ public function loggingIsEnabled()
}

/**
* Sets the parameters for the email view and the Placeholders
* Sets the parameters to the request object and the Placeholders
*
* @param array $params
*
Expand All @@ -397,7 +397,7 @@ public function setParams(array $params)
}

/**
* Sets a single parameter for the email view and the Placeholders
* Sets a single parameter to the request object and the Placeholders
*
* @param string | int $key
* @param mixed $value
Expand Down

0 comments on commit 2af1318

Please sign in to comment.