Skip to content

Commit 2edd402

Browse files
committed
[5.0] Remove some unused variables
1 parent 941aa6a commit 2edd402

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)