We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8238abd + bb32880 commit bf9ed2dCopy full SHA for bf9ed2d
1 file changed
lib/private/FullTextSearch/Model/IndexDocument.php
@@ -722,7 +722,7 @@ final public function getExcerpts(): array {
722
* @param string $excerpt
723
* @return string
724
*/
725
- final private function cleanExcerpt(string $excerpt): string {
+ private function cleanExcerpt(string $excerpt): string {
726
$excerpt = str_replace("\\n", ' ', $excerpt);
727
$excerpt = str_replace("\\r", ' ', $excerpt);
728
$excerpt = str_replace("\\t", ' ', $excerpt);
0 commit comments