Fix return doc for ScribuntoEngineBase::fetchModuleFromParser

Change-Id: I5c16c18ee4667adcb76fd647f55713ef227466e8
This commit is contained in:
Marius Hoch 2014-06-18 18:45:17 +02:00
parent ec7472a0e5
commit 186212cfe6

View file

@ -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();