We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c1c17 commit f0825deCopy full SHA for f0825de
1 file changed
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