Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! feat(HTTPClient): Provide wrapped …
Browse files Browse the repository at this point in the history
…access to Guzzle's asyncRequest()
  • Loading branch information
nickvergessen committed Jun 27, 2023
1 parent e00c75a commit 8b13f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Http/Client/GuzzlePromiseAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function then(
* The three states can be checked against the constants defined:
* STATE_PENDING, STATE_FULFILLED, and STATE_REJECTED.
*
* @return string
* @return IPromise::STATE_*
* @since 28.0.0
*/
public function getState(): string {
Expand Down

0 comments on commit 8b13f2e

Please sign in to comment.