Skip to content

Commit ba4b039

Browse files
authored
Fix phpdoc
Fix phpdoc
2 parents 8734493 + 48bef5f commit ba4b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/SparkPost/SparkPost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(HttpClient $httpClient, $options)
6161
* @param array $payload - either used as the request body or url query params
6262
* @param array $headers
6363
*
64-
* @return SparkPostPromise or SparkPostResponse depending on sync or async request
64+
* @return SparkPostPromise|SparkPostResponse Promise or Response depending on sync or async request
6565
*/
6666
public function request($method = 'GET', $uri = '', $payload = [], $headers = [])
6767
{

0 commit comments

Comments
 (0)