Skip to content

Commit

Permalink
feat: Updated src/Snps/IO/ExtraTabsFilter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 55aa9cb commit a73943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snps/IO/ExtraTabsFilter.php
Expand Up @@ -6,7 +6,7 @@

class ExtraTabsFilter extends php_user_filter
{
public function filter($in, $out, &$consumed, $closing): int
public function filter($in, $out, int &$consumed, bool $closing): int
{
while ($bucket = stream_bucket_make_writeable($in)) {
$bucket->data = preg_replace('/\t+/', "\t", $bucket->data);
Expand Down

0 comments on commit a73943b

Please sign in to comment.