Fix properties with trailing underscore
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
ec6ecdb79e
commit
e185121f43
@@ -17,7 +17,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
*/
|
||||
|
||||
class Segment extends Model {
|
||||
public static $_table = MP_SEGMENTS_TABLE;
|
||||
public static $_table = MP_SEGMENTS_TABLE; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
||||
const TYPE_WP_USERS = SegmentEntity::TYPE_WP_USERS;
|
||||
const TYPE_WC_USERS = SegmentEntity::TYPE_WC_USERS;
|
||||
const TYPE_DEFAULT = SegmentEntity::TYPE_DEFAULT;
|
||||
|
Reference in New Issue
Block a user