Skip to content

Commit e1fd7c4

Browse files
authored
Merge pull request #218 from tw2066/destruct
change __destruct
2 parents 5e0dcab + 8186fb4 commit e1fd7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transport/CurlerRolling.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CurlerRolling
5757
/**
5858
*
5959
*/
60-
public function __destructor()
60+
public function __destruct()
6161
{
6262
$this->close();
6363
}

0 commit comments

Comments
 (0)