This commit is contained in:
2025-07-09 23:03:00 +02:00
7 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ class Linker {
* callbacks in the Extension class do not always get a WikiPage object in the
* first place.
*
* @param MediaWiki\Title\Title &$title Title object for the current page.
* @param \MediaWiki\Title\Title &$title Title object for the current page.
* @param String $text String that holds the article content
* @return String|null Source page text with links to target pages, or null if no links were added
*/