Declare missing properties and methods for PHPStan

This commit is contained in:
Tautvidas Sipavičius
2019-01-23 21:30:24 +02:00
parent 44bc27df90
commit 1af4666744
14 changed files with 88 additions and 27 deletions

View File

@ -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;