@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * Returns the swift mailer. |
68 | 68 | * |
69 | - * @return null|\Swift_Mailer |
|
69 | + * @return Swift_Mailer |
|
70 | 70 | */ |
71 | 71 | public function getSwiftMailerInstance() |
72 | 72 | { |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * |
110 | 110 | * @param Swift_Message $message |
111 | 111 | * |
112 | - * @return array|null |
|
112 | + * @return string |
|
113 | 113 | */ |
114 | 114 | public function sendSwiftMessage(Swift_Message $message) |
115 | 115 | { |
@@ -93,7 +93,7 @@ |
||
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |
96 | - * @return int |
|
96 | + * @return string |
|
97 | 97 | */ |
98 | 98 | public function getTimeToSend() |
99 | 99 | { |
@@ -69,7 +69,7 @@ |
||
69 | 69 | /** |
70 | 70 | * Returns a MailJob extracted from the database. The row at the database is marked as 'A'ctive or in process. |
71 | 71 | * |
72 | - * @return MailJobInterface|PdoMailJob |
|
72 | + * @return PdoMailJob|null |
|
73 | 73 | */ |
74 | 74 | public function dequeue() |
75 | 75 | { |