Skip to content

Commit 8e5a0a2

Browse files
committed
Correct implementation of MultiCurl::setProxyAuth()
1 parent 1e615d3 commit 8e5a0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl/MultiCurl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ public function setProxy($proxy, $port = null, $username = null, $password = nul
581581
*/
582582
public function setProxyAuth($auth)
583583
{
584-
$this-setOpt(CURLOPT_PROXYAUTH, $auth);
584+
$this->setOpt(CURLOPT_PROXYAUTH, $auth);
585585
}
586586

587587
/**

0 commit comments

Comments
 (0)