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 0599685 + db7dac0 commit 01220c2Copy full SHA for 01220c2
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