Skip to content

Commit 54a90b1

Browse files
committed
deprecation hint
1 parent 4aa28d4 commit 54a90b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Curl/Curl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ protected function setHttpAuth($httpauth)
285285
// public methods
286286

287287
/**
288-
* @deprecated use `exec()` directly.
288+
* @deprecated use `exec()` directly. Will be removed in 3.0
289289
*/
290290
public function _exec()
291291
{
@@ -512,7 +512,7 @@ public function setUserAgent($useragent)
512512
}
513513

514514
/**
515-
* @deprecated Call setReferer() instead
515+
* @deprecated Call setReferer() instead. Will be removed in 3.0
516516
*
517517
* @param $referrer
518518
* @return self
@@ -619,7 +619,7 @@ public function setVerbose($on = true)
619619
}
620620

621621
/**
622-
* @deprecated Call setVerbose() instead
622+
* @deprecated Call setVerbose() instead. Will be removed in 3.0
623623
*
624624
* @param bool $on
625625
* @return self

0 commit comments

Comments
 (0)