mediawiki-extensions-Parser.../includes
Umherirrender ad83bc2f76 Replace isset() with null check in ParserFunctions
Found usage of isset() on expression self::$mExprParser that appears to
be always set. isset() should only be used to suppress errors. Check
whether the expression is null instead.
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#isset

Change-Id: Idcc51fc215fb727e84aaba5ac2510c052ce6b4d6
2024-03-27 23:06:57 +00:00
..
ExprError.php Correct namespacing to match best practices 2022-03-05 15:06:59 +00:00
ExprParser.php build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-11 20:42:17 +01:00
Hooks.php Merge "Use HookHandlers for Scribunto hook" 2023-11-06 21:49:27 +00:00
LuaLibrary.php Correct namespacing to match best practices 2022-03-05 15:06:59 +00:00
mw.ext.ParserFunctions.lua Move classes to includes/ 2018-02-24 14:06:58 -08:00
ParserFunctions.php Replace isset() with null check in ParserFunctions 2024-03-27 23:06:57 +00:00
ScribuntoHooks.php Use HookHandlers for Scribunto hook 2023-11-01 14:10:30 +01:00