Add missing property annotations used in tests
[MAILPOET-3235]
This commit is contained in:
@@ -13,6 +13,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
|||||||
* @property string $description
|
* @property string $description
|
||||||
* @property string $createdAt
|
* @property string $createdAt
|
||||||
* @property string $updatedAt
|
* @property string $updatedAt
|
||||||
|
* @property string|null $deletedAt
|
||||||
*/
|
*/
|
||||||
class DynamicSegment extends MailPoetSegment {
|
class DynamicSegment extends MailPoetSegment {
|
||||||
|
|
||||||
|
@@ -10,6 +10,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
|||||||
* @property string|array $body
|
* @property string|array $body
|
||||||
* @property string $name
|
* @property string $name
|
||||||
* @property string $status
|
* @property string $status
|
||||||
|
* @property string|null $deletedAt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Form extends Model {
|
class Form extends Model {
|
||||||
|
@@ -37,6 +37,8 @@ use MailPoet\WP\Functions as WPFunctions;
|
|||||||
* @property bool|null $isScheduled
|
* @property bool|null $isScheduled
|
||||||
* @property string|null $scheduledAt
|
* @property string|null $scheduledAt
|
||||||
* @property string $gaCampaign
|
* @property string $gaCampaign
|
||||||
|
* @property string $event
|
||||||
|
* @property string $unsubscribeToken
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Newsletter extends Model {
|
class Newsletter extends Model {
|
||||||
|
@@ -20,6 +20,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
|||||||
* @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 {
|
||||||
|
@@ -18,6 +18,8 @@ use MailPoetVendor\Carbon\Carbon;
|
|||||||
* @property string $newsletterRenderedSubject
|
* @property string $newsletterRenderedSubject
|
||||||
* @property string|array $newsletterRenderedBody
|
* @property string|array $newsletterRenderedBody
|
||||||
* @property bool $nonExistentColumn
|
* @property bool $nonExistentColumn
|
||||||
|
* @property string $scheduledAt
|
||||||
|
* @property int $priority
|
||||||
*/
|
*/
|
||||||
class Sending {
|
class Sending {
|
||||||
const TASK_TYPE = 'sending';
|
const TASK_TYPE = 'sending';
|
||||||
|
Reference in New Issue
Block a user