Convert variable names to camel case in PHPDoc

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-06 13:04:28 +01:00
committed by Jan Jakeš
parent 7a66366ab5
commit d0292f8624
76 changed files with 231 additions and 231 deletions

View File

@@ -8,17 +8,17 @@ use MailPoet\Util\Helpers;
use MailPoet\WP\Functions as WPFunctions;
/**
* @property int $count_processed
* @property int $count_to_process
* @property int $count_total
* @property string|array $newsletter_rendered_body
* @property string $newsletter_rendered_subject
* @property int $task_id
* @property int $newsletter_id
* @property int $countProcessed
* @property int $countToProcess
* @property int $countTotal
* @property string|array $newsletterRenderedBody
* @property string $newsletterRenderedSubject
* @property int $taskId
* @property int $newsletterId
* @property string|object|null $meta
* @property string|array $subscribers
* @property string|null $deleted_at
* @property string $scheduled_at
* @property string|null $deletedAt
* @property string $scheduledAt
* @property string $status
*/