@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | * @param array $campaignParams |
126 | 126 | * @param array $emailTemplateParams |
127 | 127 | * @param string $messageId |
128 | - * @param string|array $recipients |
|
128 | + * @param string $recipients |
|
129 | 129 | */ |
130 | 130 | protected function getGoogleAnalyticsUrl($baseUrl, $templateBaseId, array $campaignParams, array $emailTemplateParams, $messageId, $recipients){ |
131 | 131 | $url = $baseUrl. |
@@ -176,7 +176,6 @@ discard block |
||
176 | 176 | |
177 | 177 | /** |
178 | 178 | * @param array $campaignParams |
179 | - * @param string $templateId |
|
180 | 179 | * @return string if no name-value is defined in the $campaignParams, $templateId will be used. |
181 | 180 | */ |
182 | 181 | protected function getCampaignName($campaignParams){ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Azine\EmailBundle\DependencyInjection\AzineEmailExtension; |
6 | 6 | use Azine\EmailBundle\Entity\Notification; |
7 | 7 | use Azine\EmailBundle\Entity\RecipientInterface; |
8 | -use Doctrine\ORM\EntityManager; |
|
9 | 8 | use Monolog\Logger; |
10 | 9 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
11 | 10 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | |
20 | 20 | /** |
21 | 21 | * |
22 | - * @param EntityManager $em |
|
23 | 22 | * @param string $userClass |
24 | 23 | * @param string $newsletterField |
25 | 24 | */ |