Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -8,8 +8,8 @@ use MailPoet\WooCommerce\Helper as WCHelper;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
/**
|
||||
* @property array $subscribers_count
|
||||
* @property array $automated_emails_subjects
|
||||
* @property array $subscribersCount
|
||||
* @property array $automatedEmailsSubjects
|
||||
* @property string $name
|
||||
* @property string $type
|
||||
* @property string $description
|
||||
|
Reference in New Issue
Block a user