@@ -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 | { |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * @param array $campaignParams |
| 125 | 125 | * @param array $emailTemplateParams |
| 126 | 126 | * @param string $messageId |
| 127 | - * @param string|array $recipients |
|
| 127 | + * @param string $recipients |
|
| 128 | 128 | */ |
| 129 | 129 | protected function getGoogleAnalyticsUrl($baseUrl, $templateBaseId, array $campaignParams, array $emailTemplateParams, $messageId, $recipients){ |
| 130 | 130 | $url = $baseUrl. |