Skip to content

Commit c885c9f

Browse files
author
Timon de Groot
committed
Fix confusing phpdoc in curl client
1 parent 27076ca commit c885c9f

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/HTTP/Client

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/HTTP/Client/Curl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ class Curl implements \Magento\Framework\HTTP\ClientInterface
107107
protected $_headerCount = 0;
108108

109109
/**
110-
* Set request timeout, msec
110+
* Set request timeout
111111
*
112-
* @param int $value
112+
* @param int $value value in seconds
113113
* @return void
114114
*/
115115
public function setTimeout($value)

0 commit comments

Comments
 (0)