Skip to content

Commit

Permalink
Fix PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jan 4, 2015
1 parent 565bce6 commit 51ce845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Server
private $flags;

/**
* @var Connection
* @var string
*/
private $connection;

Expand Down Expand Up @@ -65,7 +65,7 @@ public function __construct(
* @param string $username Username
* @param string $password Password
*
* @return \Ddeboer\Imap\Connection
* @return Connection
* @throws AuthenticationFailedException
*/
public function authenticate($username, $password)
Expand Down

0 comments on commit 51ce845

Please sign in to comment.