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.
1 parent 8734493 commit 48bef5fCopy full SHA for 48bef5f
lib/SparkPost/SparkPost.php
@@ -61,7 +61,7 @@ public function __construct(HttpClient $httpClient, $options)
61
* @param array $payload - either used as the request body or url query params
62
* @param array $headers
63
*
64
- * @return SparkPostPromise or SparkPostResponse depending on sync or async request
+ * @return SparkPostPromise|SparkPostResponse Promise or Response depending on sync or async request
65
*/
66
public function request($method = 'GET', $uri = '', $payload = [], $headers = [])
67
{
0 commit comments