Skip to content

Commit 4e4f2a7

Browse files
Suppress unlink warning
1 parent eb9bd8c commit 4e4f2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private function track(): void
8282
]);
8383

8484
if (curl_exec($curl) !== false) {
85-
unlink($file);
85+
@unlink($file);
8686
}
8787
curl_close($curl);
8888
}

0 commit comments

Comments
 (0)