mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-04 20:58:13 +00:00
07218fd02f
Before this, tools like Phan and others read `Scribunto_LuaLibraryBase::register()` returns `\Lua` type from the document comment, but it actually returns `array` type since the implementation of this function should returns the value of `Scribunto_LuaEngine::registerInterface()` which returns `array` type. Change-Id: I25beea963444b715bed7b2890475c0c812949520 |
||
---|---|---|
.. | ||
lualib | ||
HashLibrary.php | ||
HtmlLibrary.php | ||
LanguageLibrary.php | ||
LibraryBase.php | ||
LuaCommon.php | ||
LuaInterpreter.php | ||
MessageLibrary.php | ||
SiteLibrary.php | ||
TextLibrary.php | ||
TitleLibrary.php | ||
UriLibrary.php | ||
UstringLibrary.php |