File tree 5 files changed +0
-5
lines changed
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ interface IMailer
25
25
26
26
/**
27
27
* Sends email.
28
- * @param Message
29
28
* @return void
30
29
*/
31
30
function send (Message $ mail );
Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ public function send()
337
337
338
338
/**
339
339
* Sets the mailer.
340
- * @param IMailer
341
340
* @return Message provides a fluent interface
342
341
*/
343
342
public function setMailer (IMailer $ mailer )
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ public function getEncoding()
216
216
217
217
/**
218
218
* Adds or creates new multipart.
219
- * @param MimePart
220
219
* @return MimePart
221
220
*/
222
221
public function addPart (MimePart $ part = NULL )
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class SendmailMailer extends Nette\Object implements IMailer
29
29
30
30
/**
31
31
* Sends email.
32
- * @param Message
33
32
* @return void
34
33
*/
35
34
public function send (Message $ mail )
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ public function __construct(array $options = array())
67
67
68
68
/**
69
69
* Sends email.
70
- * @param Message
71
70
* @return void
72
71
*/
73
72
public function send (Message $ mail )
You can’t perform that action at this time.
0 commit comments