Skip to content

Commit 01220c2

Browse files
author
Stanislav Idolov
authored
ENGCOM-1199: Parameter update for post method in http client interface #14481
2 parents 0599685 + db7dac0 commit 01220c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/HTTP/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function get($uri);
9999
* Make POST request
100100
*
101101
* @param string $uri full uri
102-
* @param array $params POST fields array
102+
* @param array|string $params POST fields array or string in case of JSON or XML data
103103
* @return void
104104
*/
105105
public function post($uri, $params);

0 commit comments

Comments
 (0)