mediawiki-extensions-Scribunto/includes
Andre Klapper 319d7bba52 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-10-26 15:10:35 +02:00
..
Engines Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:10:35 +02:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Use type-declaration on api module constructor 2024-10-25 20:20:36 +02:00
CodeEditorHooks.php Inject services into ApiScribuntoConsole, CodeEditorHooks and Hooks 2024-03-18 04:40:47 +00:00
Hooks.php Use namespaced classes 2024-10-20 11:54:11 +02:00
Scribunto.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:10:35 +02:00
ScribuntoContent.php Use namespaced classes 2024-10-20 11:54:11 +02:00
ScribuntoContentHandler.php Use namespaced classes 2024-10-20 11:54:11 +02:00
ScribuntoEngineBase.php Use namespaced classes 2024-06-10 20:41:43 +02:00
ScribuntoException.php Use namespaced classes 2024-01-05 19:24:06 +01:00
ScribuntoModuleBase.php Use namespaced classes 2024-10-20 11:54:11 +02:00