Skip to content

Commit 05f78d8

Browse files
committed
updated phpdoc
1 parent 490e8b0 commit 05f78d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Mailer.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Mailer extends Component implements MailerInterface
2222
protected $syncMailer;
2323

2424
/**
25-
* @return Queue
25+
* @return object|Queue
26+
* @throws InvalidConfigException
2627
*/
2728
public function getQueue()
2829
{
@@ -41,7 +42,8 @@ public function setQueue($queue)
4142
}
4243

4344
/**
44-
* @return MailerInterface
45+
* @return object|MailerInterface
46+
* @throws InvalidConfigException
4547
*/
4648
public function getSyncMailer()
4749
{

0 commit comments

Comments
 (0)