mediawiki-extensions-Scribunto/includes
Umherirrender 903e952604 Replace isset() with null check
isset() should only be used to suppress errors, not for null check.
When the variable is always defined, there is no need to use isset.
Found by a new phan plugin (2efea9f989)
https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#isset

Change-Id: Ifba65aad2245b580f4361acf34ab46eabef60611
2024-10-27 12:25:57 +01:00
..
Engines Replace isset() with null check 2024-10-27 12:25:57 +01: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