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.
1 parent 0c6de76 commit 4219977Copy full SHA for 4219977
Response/CurlResponse.php
@@ -180,7 +180,7 @@ public function __destruct()
180
} catch (HttpExceptionInterface $e) {
181
throw $e;
182
} finally {
183
- if (null !== $e) {
+ if ($e ?? false) {
184
185
}
186
Response/NativeResponse.php
@@ -91,7 +91,7 @@ public function __destruct()
91
92
93
94
95
96
97
0 commit comments