We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c1c17 + f0825de commit 5e9c114Copy full SHA for 5e9c114
src/GuzzleAdapter.php
@@ -92,7 +92,7 @@ public function end(string $endHandle) : ResponseInterface
92
93
$this->promises = [];
94
95
- if (array_key_exists($endHandle, $this->exceptions)) {
+ if ($this->exceptions->offsetExists($endHandle)) {
96
$exception = $this->exceptions[$endHandle];
97
unset($this->exceptions[$endHandle]);
98
throw $exception;
0 commit comments