We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609d0b1 commit 9b71d80Copy full SHA for 9b71d80
lib/internal/Magento/Framework/HTTP/Adapter/Curl.php
@@ -4,11 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-/**
8
- * HTTP CURL Adapter
9
- *
10
- * @author Magento Core Team <core@magentocommerce.com>
11
- */
12
namespace Magento\Framework\HTTP\Adapter;
13
14
/**
@@ -115,8 +110,8 @@ public function setOptions(array $options = [])
115
110
116
111
* Add additional option to cURL
117
112
*
118
- * @param int $option the CURLOPT_* constants
119
- * @param mixed $value
113
+ * @param int $option the CURLOPT_* constants
114
+ * @param mixed $value
120
* @return $this
121
122
public function addOption($option, $value)
0 commit comments