Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit db7dac0

Browse files
ENGCOM-1199: Parameter update for post method in http client interface #14481
- Merge Pull Request magento/magento2#14481 from simpleadm/magento2:http-client-interface-comment - Merged commits: 1. 1f3cc4d
2 parents bdf9269 + 1f3cc4d commit db7dac0

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)