mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 5c9389db15 Replace unneeded isset() with !== null
The PHP `global` statement actually creates a global variable if it
does not exist yet, setting it to null. Who'd have thunk.

This is reported as a new issue type 'MediaWikiNoIssetIfDefined' by
mediawiki/mediawiki-phan-config to 0.15.0.

Change-Id: Ia1c3a08f399257ede41920beafa9f1864206c94e
2024-12-16 16:41:02 +01:00
..
Actions Use namespaced classes 2024-06-09 00:02:35 +02:00
Hooks Improve handling of Parsoid resource limit exceeded exceptions 2024-11-28 04:09:44 +01:00
Notifications Replace unneeded isset() with !== null 2024-12-16 16:41:02 +01:00
ThreadItem Trim whitespace from truncated heading titles in IDs 2024-05-01 14:20:12 +01:00
ApiDiscussionToolsCompare.php Improve handling of Parsoid resource limit exceeded exceptions 2024-11-28 04:09:44 +01:00
ApiDiscussionToolsEdit.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ApiDiscussionToolsFindComment.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ApiDiscussionToolsGetSubscriptions.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ApiDiscussionToolsPageInfo.php Improve handling of Parsoid resource limit exceeded exceptions 2024-11-28 04:09:44 +01:00
ApiDiscussionToolsPreview.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ApiDiscussionToolsSubscribe.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ApiDiscussionToolsThank.php Improve handling of Parsoid resource limit exceeded exceptions 2024-11-28 04:09:44 +01:00
ApiDiscussionToolsTrait.php build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 2024-11-02 06:55:33 +00:00
ButtonMenuSelectWidget.php
CommentFormatter.php Fix overflow menu in Parsoid output 2024-12-11 12:22:44 +01:00
CommentModifier.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 14:59:53 +02:00
CommentParser.php Merge "Use faster DOMUtils::hasClass()" 2024-11-23 04:03:21 +00:00
CommentUtils.php Use faster DOMUtils::hasClass() 2024-11-20 08:16:31 +01:00
ContentThreadItemSet.php
ContentThreadItemSetStatus.php Improve handling of Parsoid resource limit exceeded exceptions 2024-11-28 04:09:44 +01:00
DatabaseThreadItemSet.php
ImmutableRange.php
LanguageData.php Use namespaced classes 2024-10-19 23:39:18 +02:00
NodeFilter.php
OverflowMenuItem.php
PageNeverHadThreadsException.php Find comment: limit DB query for page comments, use a custom exception 2024-09-18 11:43:59 -05:00
ResourceLoaderData.php Use namespaced classes 2024-10-19 23:39:18 +02:00
ServiceWiring.php Inject service ContentLanguage into ThreadItemStore 2024-07-03 10:16:27 +00:00
SpecialDiscussionToolsDebug.php Use namespaced classes 2024-10-19 23:39:18 +02:00
SpecialFindComment.php Use namespaced classes 2024-06-09 00:02:35 +02:00
SpecialGoToComment.php
SpecialTopicSubscriptions.php
SubscriptionItem.php
SubscriptionStore.php
ThreadItemFormatter.php
ThreadItemSet.php
ThreadItemStore.php Use namespaced classes 2024-10-19 23:39:18 +02:00
TopicSubscriptionsPager.php Use expression builder instead of raw sql 2024-07-21 23:25:41 +02:00
TreeWalker.php