Skip to content

Commit 33fd306

Browse files
committed
Merge branch 'patch-34' of github.com:kassner/magento2 into 2.4-develop-prs
2 parents 1e2d4da + c4bc37a commit 33fd306

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
@@ -470,7 +470,7 @@ protected function parseHeaders($ch, $data)
470470
* Set curl option directly
471471
*
472472
* @param string $name
473-
* @param string $value
473+
* @param mixed $value
474474
* @return void
475475
*/
476476
protected function curlOption($name, $value)
@@ -504,7 +504,7 @@ public function setOptions($arr)
504504
* Set curl option
505505
*
506506
* @param string $name
507-
* @param string $value
507+
* @param mixed $value
508508
* @return void
509509
*/
510510
public function setOption($name, $value)

0 commit comments

Comments
 (0)