@@ -106,7 +106,7 @@ |
||
106 | 106 | /** |
107 | 107 | * Override this function to define which emails you want to make the web-view available and for which not. |
108 | 108 | * @see Azine\EmailBundle\Services\AzineTemplateProvider::getTemplatesToStoreForWebView() |
109 | - * @return array |
|
109 | + * @return string[] |
|
110 | 110 | */ |
111 | 111 | public function getTemplatesToStoreForWebView() |
112 | 112 | { |
@@ -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){ |
@@ -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 | */ |