Skip to content

Commit

Permalink
Merge pull request #43 from cordoval/43-correct-minor-typo
Browse files Browse the repository at this point in the history
correct minor typo
  • Loading branch information
ddeboer committed Aug 10, 2014
2 parents f604187 + 3efef8a commit 47025a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ddeboer/Imap/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Ddeboer\Imap;

use Ddeboer\Imap\Message\EmailAddress;
use Ddeboer\Imap\Exception\MessageDeleteException;
use Ddeboer\Imap\Exception\MessageCannotBeDeletedException;
use Ddeboer\Imap\Exception\MessageMoveException;

/**
Expand Down

0 comments on commit 47025a9

Please sign in to comment.