Skip to content

Commit

Permalink
Remove unnecessary fseek()
Browse files Browse the repository at this point in the history
  • Loading branch information
paxal committed Oct 2, 2024
1 parent f7559aa commit 47f546d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/MultibyteStringStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public function testMultibyteEdgeHandling(): void {
'Wrote out invalid character'
);

fseek($output, 2);

fwrite($output, $donut_second_half);
fflush($output);

Expand Down

0 comments on commit 47f546d

Please sign in to comment.