Skip to content

Commit 3753e15

Browse files
committed
Merge branch '5.0'
* 5.0: [Dotenv] Documentation improvement [DI] Clarified deprecation for TypedReference in 4.4 [Validator] Add missing vietnamese translations add German translation add missing Messenger options to XML schema definition [5.0] Remove some unused variables [Validator][ConstraintValidator] Update wrong PRETTY_DATE doc [DomCrawler][Form] Fix PHPDoc on get & offsetGet [ErrorHandler] fix parsing static return type on interface method annotation (fix #35836) prevent method calls on null values Return int if scale = 0
2 parents 29b8da3 + 2edd402 commit 3753e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/HttplugWaitLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function wait(?ResponseInterface $pendingResponse, float $maxDuration = n
7272
goto check_duration;
7373
}
7474

75-
if ([$request, $promise] = $this->promisePool[$response] ?? null) {
75+
if ([, $promise] = $this->promisePool[$response] ?? null) {
7676
unset($this->promisePool[$response]);
7777
$promise->resolve($this->createPsr7Response($response, true));
7878
}

0 commit comments

Comments
 (0)