Skip to content

Commit f4d28dd

Browse files
tmotylFlyingmana
authored andcommitted
Fix comment about curl timeout unit (#587)
1 parent 3775206 commit f4d28dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Mage/HTTP/Client/Curl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ class Mage_HTTP_Client_Curl
9191

9292

9393
/**
94-
* Request timeout
95-
* @var intunknown_type
94+
* Request timeout in seconds
95+
* @var int
9696
*/
9797
protected $_timeout = 300;
9898

@@ -126,7 +126,7 @@ class Mage_HTTP_Client_Curl
126126
protected $_headerCount = 0;
127127

128128
/**
129-
* Set request timeout, msec
129+
* Set request timeout in seconds
130130
*
131131
* @param int $value
132132
*/

0 commit comments

Comments
 (0)