Remove duplicates property annotation from SendingQueue

[MAILPOET-3329]
This commit is contained in:
Jan Lysý
2021-01-21 13:43:45 +01:00
committed by Veljko V
parent 9e9270f13b
commit 9301ed9289

View File

@ -15,12 +15,11 @@ use MailPoet\WP\Functions as WPFunctions;
* @property string $newsletterRenderedSubject
* @property int $taskId
* @property int $newsletterId
* @property string|object|null $meta
* @property string|object|array|null $meta
* @property string|array $subscribers
* @property string|null $deletedAt
* @property string $scheduledAt
* @property string $status
* @property array|string|null $meta
*/
class SendingQueue extends Model {