Skip to content

Commit 9b71d80

Browse files
authored
#21549: Fixed static tests
1 parent 609d0b1 commit 9b71d80

File tree

1 file changed

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

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* HTTP CURL Adapter
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
127
namespace Magento\Framework\HTTP\Adapter;
138

149
/**
@@ -115,8 +110,8 @@ public function setOptions(array $options = [])
115110
/**
116111
* Add additional option to cURL
117112
*
118-
* @param int $option the CURLOPT_* constants
119-
* @param mixed $value
113+
* @param int $option the CURLOPT_* constants
114+
* @param mixed $value
120115
* @return $this
121116
*/
122117
public function addOption($option, $value)

0 commit comments

Comments
 (0)