Skip to content

Commit d34c7ab

Browse files
committed
[HttpClient][PHPDoc] Fix 2 remaining return mixed
1 parent 2640207 commit d34c7ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Response/HttplugPromise.php

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

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

0 commit comments

Comments
 (0)