Skip to content

Commit e2280cc

Browse files
committed
StreamFilterTrait.php moved to separate PR #6112
1 parent 5a1df09 commit e2280cc

File tree

2 files changed

+0
-97
lines changed

2 files changed

+0
-97
lines changed

system/Test/Filters/CITestStreamFilter.php

-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ public function filter($in, $out, &$consumed, $closing): int
4545

4646
return PSFS_PASS_ON;
4747
}
48-
49-
public static function init(): void
50-
{
51-
static::$buffer = '';
52-
}
5348
}
5449

5550
stream_filter_register('CITestStreamFilter', CITestStreamFilter::class); // @codeCoverageIgnore

system/Test/StreamFilterTrait.php

-92
This file was deleted.

0 commit comments

Comments
 (0)