File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ protected function _stringifyNullBoolParams($apiparams)
527
527
* @param string $fn Function called
528
528
* @param array $apiparams byref API parameters
529
529
*
530
- * @return array (string method, string method_template)
530
+ * @return string[] (string method, string method_template)
531
531
*/
532
532
protected function _mapFnToApiMethod ($ fn , &$ apiparams )
533
533
{
@@ -662,7 +662,7 @@ public function oauth2_token()
662
662
/**
663
663
* Gets a cURL handle
664
664
* @param string $url the URL for the curl initialization
665
- * @return cURL handle
665
+ * @return resource handle
666
666
*/
667
667
protected function getCurlInitialization ($ url )
668
668
{
@@ -798,6 +798,9 @@ protected function getProxyAuthentication()
798
798
return $ this ->getProxyData ('authentication ' );
799
799
}
800
800
801
+ /**
802
+ * @param string $name
803
+ */
801
804
private function getProxyData ($ name )
802
805
{
803
806
if (empty ($ this ->_proxy [$ name ])) {
@@ -1589,7 +1592,7 @@ protected function _parseApiHeaders($reply) {
1589
1592
*
1590
1593
* @param string $reply The actual HTTP body, JSON-encoded or URL-encoded
1591
1594
*
1592
- * @return array|object| string The parsed reply
1595
+ * @return string The parsed reply
1593
1596
*/
1594
1597
protected function _parseApiReply ($ reply )
1595
1598
{
You can’t perform that action at this time.
0 commit comments