mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
Fix return doc for ScribuntoEngineBase::fetchModuleFromParser
Change-Id: I5c16c18ee4667adcb76fd647f55713ef227466e8
This commit is contained in:
parent
ec7472a0e5
commit
186212cfe6
|
@ -123,7 +123,7 @@ abstract class ScribuntoEngineBase {
|
|||
* text is garbage or has syntax error. Returns a module or null if it doesn't exist.
|
||||
*
|
||||
* @param $title string The title of the module
|
||||
* @return ScribuntoEngineModule
|
||||
* @return ScribuntoEngineModule|null
|
||||
*/
|
||||
function fetchModuleFromParser( Title $title ) {
|
||||
$key = $title->getPrefixedDBkey();
|
||||
|
|
Loading…
Reference in a new issue