Skip to content

Commit ad1e2d5

Browse files
Revert "minor #40768 [HttpClient] [PHPDoc] Fix 2 remaining return mixed (fancyweb)"
This reverts commit 40d73152027fc63f2b63beaddb0fc454af8971c1, reversing changes made to 4e904ec1081ef7888acc2e8277e55859ad275a25.
1 parent d34c7ab commit ad1e2d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Response/HttplugPromise.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ public function getState(): string
4949

5050
/**
5151
* {@inheritdoc}
52+
*
53+
* @return Psr7ResponseInterface|mixed
5254
*/
53-
public function wait($unwrap = true): ?Psr7ResponseInterface
55+
public function wait($unwrap = true)
5456
{
5557
$result = $this->promise->wait($unwrap);
5658

0 commit comments

Comments
 (0)