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