Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -4,8 +4,8 @@ namespace MailPoet\Models;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int $subscriber_id
|
||||
* @property int $segment_id
|
||||
* @property int $subscriberId
|
||||
* @property int $segmentId
|
||||
* @property string $status
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user