Skip to content

Commit

Permalink
Merge pull request #218 from tw2066/destruct
Browse files Browse the repository at this point in the history
change __destruct
  • Loading branch information
isublimity committed Jul 17, 2024
2 parents 5e0dcab + 8186fb4 commit e1fd7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/CurlerRolling.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CurlerRolling
/**
*
*/
public function __destructor()
public function __destruct()
{
$this->close();
}
Expand Down

0 comments on commit e1fd7c4

Please sign in to comment.