X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcontent%2FFileContentHandler.php;h=843d54056ab3c589d8d44ce7f2713d0f142195ae;hp=26f119065df95e7d447e6405739a5b5ea52b8cc7;hb=49748181dd56ec97e7ba7c13e684a16abceb3cc0;hpb=85ee6b473eac9dee92bf9784c5672864ed760f4f diff --git a/includes/content/FileContentHandler.php b/includes/content/FileContentHandler.php index 26f119065d..843d54056a 100644 --- a/includes/content/FileContentHandler.php +++ b/includes/content/FileContentHandler.php @@ -30,8 +30,11 @@ class FileContentHandler extends WikitextContentHandler { return $fields; } - public function getDataForSearchIndex( WikiPage $page, ParserOutput $parserOutput, - SearchEngine $engine ) { + public function getDataForSearchIndex( + WikiPage $page, + ParserOutput $parserOutput, + SearchEngine $engine + ) { $fields = []; $title = $page->getTitle();