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.
2 parents bdf9269 + 1f3cc4d commit db7dac0Copy full SHA for db7dac0
lib/internal/Magento/Framework/HTTP/ClientInterface.php
@@ -99,7 +99,7 @@ public function get($uri);
99
* Make POST request
100
*
101
* @param string $uri full uri
102
- * @param array $params POST fields array
+ * @param array|string $params POST fields array or string in case of JSON or XML data
103
* @return void
104
*/
105
public function post($uri, $params);
0 commit comments