Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -19,7 +19,7 @@ class AddToNewslettersSegments {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $initial_segments
|
||||
* @param array $initialSegments
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@ class AddToSubscribersFilters {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $segment_filters
|
||||
* @param array $segmentFilters
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@ class SendingNewslettersSubscribersFinder {
|
||||
|
||||
/**
|
||||
* @param Segment $segment
|
||||
* @param int[] $subscribers_to_process_ids
|
||||
* @param int[] $subscribersToProcessIds
|
||||
*
|
||||
* @return Subscriber[]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user