Completed
Push — master ( c78acf...80f1a6 )
by Dominik
03:55
created
Services/AzineEmailOpenTrackingCodeBuilder.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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){
Please login to merge, or discard this patch.
Services/AzineNotifierService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Services/AzineRecipientProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 
20 20
     /**
21 21
      *
22
-     * @param EntityManager $em
23 22
      * @param string        $userClass
24 23
      * @param string        $newsletterField
25 24
      */
Please login to merge, or discard this patch.