mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Added deprecated notices to non-fluent MessageBuilder setters (#505)
This commit is contained in:
parent
5398e0ad9c
commit
80a82508c7
@ -452,6 +452,8 @@ class MessageBuilder
|
|||||||
* @param string|null $timeZone
|
* @param string|null $timeZone
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
|
*
|
||||||
|
* @deprecated The return value is deprecated. This method will return $this in version 3.0.
|
||||||
*/
|
*/
|
||||||
public function setDeliveryTime($timeDate, $timeZone = null)
|
public function setDeliveryTime($timeDate, $timeZone = null)
|
||||||
{
|
{
|
||||||
@ -486,6 +488,8 @@ class MessageBuilder
|
|||||||
* @param mixed $data
|
* @param mixed $data
|
||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
|
*
|
||||||
|
* @deprecated The return value is deprecated. This method will return $this in version 3.0.
|
||||||
*/
|
*/
|
||||||
public function addCustomParameter($parameterName, $data)
|
public function addCustomParameter($parameterName, $data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user