Skip to content

Commit

Permalink
refactor: make PhpStreamWrapper final
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 4, 2022
1 parent 20056d0 commit c4cefdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Test/PhpStreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* See https://www.php.net/manual/en/class.streamwrapper.php
*/
class PhpStreamWrapper
final class PhpStreamWrapper
{
private static string $content = '';
private int $position = 0;
Expand Down

0 comments on commit c4cefdb

Please sign in to comment.