Skip to content

Commit c08b419

Browse files
committed
Fix child class method args
1 parent 9335943 commit c08b419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textreparser/plugins/clean_old_ideas.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function get_records_by_range_query($min_id, $max_id)
9090
/**
9191
* {@inheritdoc}
9292
*/
93-
protected function reparse_record(array $record)
93+
protected function reparse_record(array $record, bool $force_bbcode_reparsing = false)
9494
{
9595
$text = $record['text'];
9696

0 commit comments

Comments
 (0)