Fix properties with trailing underscore
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
ec6ecdb79e
commit
e185121f43
@@ -45,7 +45,7 @@ use function MailPoetVendor\array_column;
|
||||
*/
|
||||
|
||||
class Newsletter extends Model {
|
||||
public static $_table = MP_NEWSLETTERS_TABLE;
|
||||
public static $_table = MP_NEWSLETTERS_TABLE; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
||||
const TYPE_AUTOMATIC = NewsletterEntity::TYPE_AUTOMATIC;
|
||||
const TYPE_STANDARD = NewsletterEntity::TYPE_STANDARD;
|
||||
const TYPE_WELCOME = NewsletterEntity::TYPE_WELCOME;
|
||||
|
Reference in New Issue
Block a user