mediawiki-extensions-Scribunto/includes/Engines/LuaCommon
Andre Klapper 169234018b Use explicit nullable type on parameter arguments (for PHP 8.4)
Implicitly marking parameter $... as nullable is deprecated in PHP
8.4. The explicit nullable type must be used instead.

Bug: T376276
Change-Id: I9cafaa51999fd2740da6c4fec9314fb9ace7c327
2024-11-14 23:51:36 +00:00
..
lualib Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
HashLibrary.php
HtmlLibrary.php Use namespaced classes 2024-06-10 20:41:43 +02:00
LanguageLibrary.php Use namespaced classes 2024-10-20 11:54:11 +02:00
LibraryBase.php Use namespaced classes 2024-10-20 11:54:11 +02:00
LuaEngine.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:51:36 +00:00
LuaError.php
LuaInterpreter.php Improve a few PHPDoc type hints 2024-08-27 16:54:41 +00:00
LuaInterpreterBadVersionError.php
LuaInterpreterNotExecutableError.php
LuaInterpreterNotFoundError.php
LuaModule.php Use namespaced classes 2024-10-20 11:54:11 +02:00
MessageLibrary.php Don't depend on Message implementation details 2024-06-17 16:25:22 +00:00
SiteLibrary.php Make use of ??=, ?: and similar operators where possible 2024-09-21 20:00:50 +00:00
TextLibrary.php Use namespaced classes 2024-10-20 11:54:11 +02:00
TitleLibrary.php Use namespaced classes 2024-10-20 11:54:11 +02:00
UriLibrary.php Use namespaced classes 2024-10-20 11:54:11 +02:00
UstringLibrary.php