Skip to content

Commit

Permalink
warning fix on destruct event
Browse files Browse the repository at this point in the history
  • Loading branch information
rumd3x authored Dec 20, 2018
1 parent 373d6a1 commit 8f7a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function open()

public function close()
{
fclose($this->handle);
@fclose($this->handle);
return $this;
}

Expand Down

0 comments on commit 8f7a884

Please sign in to comment.