mediawiki-extensions-Scribunto/includes/Engines
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
..
LuaCommon Replace empty() with falsy check 2023-10-21 23:30:25 +02:00
LuaSandbox Use ::class for class name resolution 2023-09-21 22:46:00 +02:00
LuaStandalone build: Change phan suppression to @phan-var for proc_get_status return 2023-10-06 19:37:10 +00:00