Skip to content

Commit

Permalink
updated phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
metalagman committed May 31, 2018
1 parent 490e8b0 commit 05f78d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class Mailer extends Component implements MailerInterface
protected $syncMailer;

/**
* @return Queue
* @return object|Queue
* @throws InvalidConfigException
*/
public function getQueue()
{
Expand All @@ -41,7 +42,8 @@ public function setQueue($queue)
}

/**
* @return MailerInterface
* @return object|MailerInterface
* @throws InvalidConfigException
*/
public function getSyncMailer()
{
Expand Down

0 comments on commit 05f78d8

Please sign in to comment.