Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b4e81

Browse files
Merge branch '4.4' into 5.2
* 4.4: [HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page Revert "minor #40768 [HttpClient] [PHPDoc] Fix 2 remaining return mixed (fancyweb)"
2 parents 86c9c3b + e05b4ef commit c3b4e81

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/Symfony/Component/HttpClient/Response/HttplugPromise.php

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

5454
/**
5555
* {@inheritdoc}
56+
*
57+
* @return Psr7ResponseInterface|mixed
5658
*/
57-
public function wait($unwrap = true): ?Psr7ResponseInterface
59+
public function wait($unwrap = true)
5860
{
5961
$result = $this->promise->wait($unwrap);
6062

0 commit comments

Comments
 (0)