Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
namespace MailPoet\Models;
|
||||
|
||||
/**
|
||||
* @property int $newsletter_id
|
||||
* @property int $subscriber_id
|
||||
* @property int $queue_id
|
||||
* @property int $newsletterId
|
||||
* @property int $subscriberId
|
||||
* @property int $queueId
|
||||
*/
|
||||
class StatisticsUnsubscribes extends Model {
|
||||
public static $_table = MP_STATISTICS_UNSUBSCRIBES_TABLE;
|
||||
|
Reference in New Issue
Block a user