Fix properties with trailing underscore
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
ec6ecdb79e
commit
e185121f43
@ -133,8 +133,8 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
class Model extends \MailPoetVendor\Sudzy\ValidModel {
|
||||
const DUPLICATE_RECORD = 23000;
|
||||
|
||||
public static $_table;
|
||||
protected $_errors;
|
||||
public static $_table; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
||||
protected $_errors; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
||||
protected $newRecord;
|
||||
|
||||
public function __construct() {
|
||||
|
Reference in New Issue
Block a user