mediawiki-extensions-Discus.../includes/Notifications
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
..
AddedTopicPresentationModel.php New topic notifications 2023-03-20 14:41:53 +00:00
CommentThanksPresentationModel.php Use namespaced classes 2024-10-19 23:39:18 +02:00
DiscussionToolsEventTrait.php Use namespaced classes 2024-10-19 23:39:18 +02:00
EnhancedEchoEditUserTalkPresentationModel.php Use namespaced classes 2024-06-09 00:02:35 +02:00
EnhancedEchoMentionPresentationModel.php Use namespaced notification classes from Echo 2024-05-28 15:48:56 +01:00
EventDispatcher.php Replace unneeded isset() with !== null 2024-12-16 16:41:02 +01:00
PlaintextEchoPresentationModelSection.php Handle hidden revision in more places 2024-11-02 22:15:34 +01:00
RemovedTopicPresentationModel.php Use namespaced classes 2024-10-19 23:39:18 +02:00
SubscribedNewCommentPresentationModel.php Fix mistakes in inline @var comments 2024-11-20 08:11:59 +01:00