Skip to content

Commit a3b85d5

Browse files
Update Server.php
1 parent 92105be commit a3b85d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fetch/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ protected function setImapStream()
318318
/**
319319
* This returns the number of messages that the current mailbox contains.
320320
*
321-
* @param string $mailbox the mailbox path if required to get sub-folder counts
321+
* @param string $mailbox
322322
* @return int
323323
*/
324324
public function numMessages($mailbox='')
@@ -332,7 +332,7 @@ public function numMessages($mailbox='')
332332
$cnt = $this->numMessages();
333333
$this->setMailbox($oldMailbox);
334334
}
335-
335+
336336
return ((int) $cnt);
337337
}
338338

0 commit comments

Comments
 (0)