mediawiki-extensions-Scribunto/includes/Engines
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
..
LuaCommon Replace isset() with null check 2024-10-27 12:25:57 +01:00
LuaSandbox build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-10 23:46:30 +01:00
LuaStandalone build: Use inline ignore for MediaWiki.Usage.ForbiddenFunctions 2024-09-23 17:40:51 +00:00