Skip to content

Commit 80d0ce2

Browse files
committed
protected init()
1 parent 385b746 commit 80d0ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct($id = null, array $options = [])
4141
$this->meetPhp55 = version_compare(PHP_VERSION, '5.5.0', '>=');
4242
}
4343

44-
public function init()
44+
protected function init()
4545
{
4646
if ($this->meetPhp55) {
4747
if ($this->handle === null) {

0 commit comments

Comments
 (0)