Declare missing properties and methods for PHPStan
This commit is contained in:
@ -3,6 +3,10 @@ namespace MailPoet\Models;
|
||||
|
||||
if(!defined('ABSPATH')) exit;
|
||||
|
||||
/**
|
||||
* @property string|array $settings
|
||||
* @property string|array $body
|
||||
*/
|
||||
class Form extends Model {
|
||||
public static $_table = MP_FORMS_TABLE;
|
||||
|
||||
|
Reference in New Issue
Block a user