Skip to content

Commit 2a739bd

Browse files
committed
Continue preparation of version 1.6.0.
1 parent 1c9d92c commit 2a739bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/php/Gomoob/Pushwoosh/Curl/CurlRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function __construct($url = null)
5252

5353
$this->init($url);
5454
}
55-
5655
}
5756

5857
/**
@@ -86,15 +85,13 @@ public function exec()
8685
*/
8786
public function init($url = null)
8887
{
89-
9088
// If a previous CURL handle exists close it
9189
if ($this->ch) {
9290
$this->close();
9391
}
9492

9593
$this->ch = curl_init($url);
9694
return $this->ch;
97-
9895
}
9996

10097
/**

0 commit comments

Comments
 (0)