mediawiki-extensions-Discus.../includes/Actions
Umherirrender 3aadcace2b Add null check for str_starts_with
Only needed for phan, under php8.1 this internal
function is deprecated about null.
The property $subscriptionName is not null when $subscriptionTitle is
not null and current code is safe, but phan cannot see the dependency
between both properties

Change-Id: I9e67309ec25a70c5de91d7f3e8f18447f205a4e4
2023-10-06 18:49:28 +02:00
..
SubscribeAction.php Add null check for str_starts_with 2023-10-06 18:49:28 +02:00
UnsubscribeAction.php Action::getPageTitle() should return a Message 2023-09-21 22:17:15 +02:00