mediawiki-extensions-Templa.../includes
Umherirrender 46d9842652 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: I17e48498c9be9c542b48a9d77c5574fba9f38d4d
2023-10-21 21:58:58 +02:00
..
Api Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
Hooks.php Replace empty() with falsy check 2023-10-21 21:58:58 +02:00
TemplateDataBlob.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataCompressedBlob.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataHtmlFormatter.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataMessageLocalizer.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataNormalizer.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataStatus.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00
TemplateDataValidator.php Enable and enforce a few extra PHPCS sniffs 2023-09-06 18:15:22 +02:00