Add @see tags to related functions

This commit is contained in:
Zach Borboa
2023-05-05 08:45:03 -07:00
parent a9ca60f23a
commit 58f03b1699
+2
View File
@@ -161,6 +161,7 @@ abstract class BaseCurl
* Set follow location
*
* @access public
* @see Curl::setMaximumRedirects()
*/
public function setFollowLocation($follow_location = true)
{
@@ -200,6 +201,7 @@ abstract class BaseCurl
* Set maximum redirects
*
* @access public
* @see Curl::setFollowLocation()
*/
public function setMaximumRedirects($maximum_redirects)
{