mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Added deprecated notices to non-fluent MessageBuilder setters (#505)
This commit is contained in:
parent
5398e0ad9c
commit
80a82508c7
1 changed files with 4 additions and 0 deletions
|
@ -452,6 +452,8 @@ class MessageBuilder
|
|||
* @param string|null $timeZone
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @deprecated The return value is deprecated. This method will return $this in version 3.0.
|
||||
*/
|
||||
public function setDeliveryTime($timeDate, $timeZone = null)
|
||||
{
|
||||
|
@ -486,6 +488,8 @@ class MessageBuilder
|
|||
* @param mixed $data
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @deprecated The return value is deprecated. This method will return $this in version 3.0.
|
||||
*/
|
||||
public function addCustomParameter($parameterName, $data)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue