Skip to content

Commit

Permalink
Mark as Countable interface
Browse files Browse the repository at this point in the history
Client can use native php count function
  • Loading branch information
krzysiekpiasecki committed Aug 29, 2015
1 parent 967f95b commit eb574cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* An IMAP mailbox (commonly referred to as a ‘folder’)
*
*/
class Mailbox implements \IteratorAggregate
class Mailbox implements \Countable, \IteratorAggregate
{
private $mailbox;
private $name;
Expand Down

0 comments on commit eb574cb

Please sign in to comment.