Remove duplicates property annotation from SendingQueue
[MAILPOET-3329]
This commit is contained in:
@ -15,12 +15,11 @@ use MailPoet\WP\Functions as WPFunctions;
|
|||||||
* @property string $newsletterRenderedSubject
|
* @property string $newsletterRenderedSubject
|
||||||
* @property int $taskId
|
* @property int $taskId
|
||||||
* @property int $newsletterId
|
* @property int $newsletterId
|
||||||
* @property string|object|null $meta
|
* @property string|object|array|null $meta
|
||||||
* @property string|array $subscribers
|
* @property string|array $subscribers
|
||||||
* @property string|null $deletedAt
|
* @property string|null $deletedAt
|
||||||
* @property string $scheduledAt
|
* @property string $scheduledAt
|
||||||
* @property string $status
|
* @property string $status
|
||||||
* @property array|string|null $meta
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class SendingQueue extends Model {
|
class SendingQueue extends Model {
|
||||||
|
Reference in New Issue
Block a user