mediawiki-extensions-Linter/includes
Umherirrender 91848725e7 Replace isset() with null check in HtmlTags
Found usage of isset() on expression self::$allowedHtmlTags 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: I21483aab05292cfb802ff6a5e63013ecc02f5c13
2024-04-01 13:47:54 +02:00
..
ApiQueryLintErrors.php Replace addQuotes in ApiQueryLintErrors by expression builder 2023-12-14 17:40:53 +01:00
ApiQueryLinterStats.php ApiQueryLinterStats: Change the 'ls' prefix to 'lntrst' to avoid conflict 2022-10-03 12:06:55 -04:00
CategoryManager.php Remove ParserMigration association 2023-10-13 12:33:26 -04:00
Database.php build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 2024-03-11 20:44:04 +01:00
Hooks.php Use namespaced classes 2024-01-06 17:03:30 +01:00
HtmlTags.php Replace isset() with null check in HtmlTags 2024-04-01 13:47:54 +02:00
LintError.php Second phase of T175177: Adds template and tag to RecordLintJob 2022-08-22 12:47:01 -07:00
LintErrorsPager.php Fix index usage when searching for page titles 2024-03-27 11:44:59 +11:00
MissingCategoryException.php Update Legoktm's email address 2021-04-11 19:08:44 -07:00
RecordLintJob.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:37:07 +00:00
SchemaHooks.php Cleanup SchemaHooks and SQL files 2023-12-22 02:13:52 +00:00
SpecialLintErrors.php Update lint category help links 2024-03-22 14:14:38 -04:00
TotalsLookup.php Stop using wfGetDB 2022-08-02 14:40:30 -04:00