Skip to content

Commit 9c1792e

Browse files
authored
Update CurlerRequest.php
Destructor fix
1 parent 23b37df commit 9c1792e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Transport/CurlerRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function __construct($id = false)
129129
/**
130130
*
131131
*/
132-
public function __destructor()
132+
public function __destruct()
133133
{
134134
$this->close();
135135
}
@@ -688,4 +688,4 @@ private function prepareRequest()
688688
curl_setopt_array($this->handle, $curl_opt);
689689
return true;
690690
}
691-
}
691+
}

0 commit comments

Comments
 (0)