mediawiki-extensions-Scribunto/includes
Umherirrender 8f6ead1f82 Replace empty() with falsy check
empty() should only be used to suppress errors
When the type of the variable is array,
a falsy check is the same (checks for null, false and empty array)
Found by a new phan plugin (T234237)

Change-Id: Id855be9dd25a27d9e46e3065dacbd268177b073d
2023-10-21 23:30:25 +02:00
..
Engines Replace empty() with falsy check 2023-10-21 23:30:25 +02:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:22:05 +00:00
CodeEditorHooks.php Use HookHandlers for CodeEditor hook 2023-08-15 13:50:13 +02:00
Hooks.php Assign UUIDs to Scribunto errors independent of page parse order 2023-10-13 15:23:22 +00:00
Scribunto.php Replace empty() with isset() 2023-10-21 20:38:47 +02:00
ScribuntoContent.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContentHandler.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoEngineBase.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoException.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00