Skip to content

Commit 67e7992

Browse files
committed
Clean up
1 parent f9cf113 commit 67e7992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Curl/MultiCurl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ public function beforeSend($callback)
303303
*/
304304
public function close()
305305
{
306-
foreach ($this->curls as $ch) {
307-
$ch->close();
306+
foreach ($this->curls as $curl) {
307+
$curl->close();
308308
}
309309

310310
if (is_resource($this->multiCurl)) {

0 commit comments

Comments
 (0)