Skip to content

Commit 3bfd36f

Browse files
committed
Remove error control operator
1 parent 7656b73 commit 3bfd36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function run(Request $request) : Response
6767
if ($body === false) {
6868
$error = \curl_error($handle);
6969
$errno = \curl_errno($handle);
70-
@\curl_close($handle);
70+
\curl_close($handle);
7171
throw new RequestException(
7272
$error,
7373
$errno,

0 commit comments

Comments
 (0)