Skip to content

Commit f08e189

Browse files
committed
typos
1 parent 14f1dbd commit f08e189

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/Mail/IMailer.php

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ interface IMailer
2525

2626
/**
2727
* Sends email.
28-
* @param Message
2928
* @return void
3029
*/
3130
function send(Message $mail);

src/Mail/Message.php

-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ public function send()
337337

338338
/**
339339
* Sets the mailer.
340-
* @param IMailer
341340
* @return Message provides a fluent interface
342341
*/
343342
public function setMailer(IMailer $mailer)

src/Mail/MimePart.php

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public function getEncoding()
216216

217217
/**
218218
* Adds or creates new multipart.
219-
* @param MimePart
220219
* @return MimePart
221220
*/
222221
public function addPart(MimePart $part = NULL)

src/Mail/SendmailMailer.php

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class SendmailMailer extends Nette\Object implements IMailer
2929

3030
/**
3131
* Sends email.
32-
* @param Message
3332
* @return void
3433
*/
3534
public function send(Message $mail)

src/Mail/SmtpMailer.php

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function __construct(array $options = array())
6767

6868
/**
6969
* Sends email.
70-
* @param Message
7170
* @return void
7271
*/
7372
public function send(Message $mail)

0 commit comments

Comments
 (0)