Skip to content

Commit

Permalink
Mailbox::init removed by #247
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Oct 16, 2017
1 parent 64dfc33 commit e587d97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ public function getStatus(int $flags = null): \stdClass
*/
public function setFlag(string $flag, $numbers): bool
{
$this->init();

if (\is_array($numbers)) {
$numbers = \implode(',', $numbers);
}
Expand All @@ -143,8 +141,6 @@ public function setFlag(string $flag, $numbers): bool
*/
public function clearFlag(string $flag, $numbers): bool
{
$this->init();

if (\is_array($numbers)) {
$numbers = \implode(',', $numbers);
}
Expand Down

0 comments on commit e587d97

Please sign in to comment.