Skip to content

Commit

Permalink
clean uneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and weierophinney committed Feb 12, 2021
1 parent d2130a8 commit 6964db9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Storage/Mbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,9 @@ protected function openMboxFile($filename)
*/
public function close()
{
ErrorHandler::start(E_WARNING);
if (is_resource($this->fh)) {
fclose($this->fh);
}
ErrorHandler::stop();
$this->positions = [];
}

Expand Down

0 comments on commit 6964db9

Please sign in to comment.