Skip to content

Commit

Permalink
PHPDoc Typo (ddeboer#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored and Slamdunk committed Dec 20, 2019
1 parent c96a0d3 commit c25c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getMailbox(string $name): MailboxInterface;
public function createMailbox(string $name): MailboxInterface;

/**
* Create mailbox.
* Delete mailbox.
*/
public function deleteMailbox(MailboxInterface $mailbox): void;
}

0 comments on commit c25c138

Please sign in to comment.