Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@@ -70,7 +70,7 @@ class NewsletterOptionEntity {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param NewsletterOptionFieldEntity $option_field
|
||||
* @param NewsletterOptionFieldEntity $optionField
|
||||
*/
|
||||
public function setOptionField($optionField) {
|
||||
$this->optionField = $optionField;
|
||||
|
Reference in New Issue
Block a user