Add missing property annotations used in tests

[MAILPOET-3235]
This commit is contained in:
Jan Lysý
2021-01-13 17:25:43 +01:00
committed by Veljko V
parent 88c884b2c9
commit f140875062
5 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ use MailPoet\WP\Functions as WPFunctions;
* @property string|null $deletedAt
* @property string $scheduledAt
* @property string $status
* @property array|string|null $meta
*/
class SendingQueue extends Model {