Skip to content

Commit 783396f

Browse files
gr8manCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a4e5c61 commit 783396f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_support/Session/FaultyStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function stream_write(string $data): false|int
7676
{
7777
if (self::$failWrite) {
7878
$stream = fopen('php://temp', 'rb');
79-
$result = fwrite($stream, $data);
79+
$result = @fwrite($stream, $data);
8080
fclose($stream);
8181

8282
return $result;

0 commit comments

Comments
 (0)