mediawiki-extensions-Scribunto/engines/LuaCommon
Rafid Aslam 07218fd02f Fix the return type of Scribunto_LuaLibraryBase::register()
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
2017-12-25 15:08:16 +07:00
..
lualib Make mw.uri.encode 'WIKI' mode match core {{urlencode:}} 2017-08-28 10:34:16 -04:00
HashLibrary.php Use short array syntax 2017-06-16 13:26:30 +00:00
HtmlLibrary.php Use short array syntax 2017-06-16 13:26:30 +00:00
LanguageLibrary.php Use short array syntax 2017-06-16 13:26:30 +00:00
LibraryBase.php Fix the return type of Scribunto_LuaLibraryBase::register() 2017-12-25 15:08:16 +07:00
LuaCommon.php Improve some parameter docs 2017-09-25 18:07:03 +00:00
LuaInterpreter.php Improve some parameter docs 2017-09-25 18:07:03 +00:00
MessageLibrary.php Use short array syntax 2017-06-16 13:26:30 +00:00
SiteLibrary.php Remove retrieval of deprecated pageviews statistics 2017-08-14 15:38:54 -07:00
TextLibrary.php Remove some PHP 5.3 compat code 2017-08-22 22:39:15 -07:00
TitleLibrary.php Improve some parameter docs 2017-09-25 18:07:03 +00:00
UriLibrary.php Use short array syntax 2017-06-16 13:26:30 +00:00
UstringLibrary.php Remove some PHP 5.3 compat code 2017-08-22 22:39:15 -07:00