Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@@ -14,7 +14,7 @@ class StatsNotificationsRepository extends Repository {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $newsletter_id
|
||||
* @param int $newsletterId
|
||||
* @return StatsNotificationEntity|null
|
||||
*/
|
||||
public function findOneByNewsletterId($newsletterId) {
|
||||
|
Reference in New Issue
Block a user