mediawiki-extensions-Echo/includes
Andre Klapper b67bd9663c Use explicit nullable type on parameter arguments (for PHP 8.4)
Implicitly marking parameter $... as nullable is deprecated in PHP
8.4. The explicit nullable type must be used instead.

Bug: T376276
Change-Id: I251cb37401c37242f493816b6f70ab61a64a4c32
2024-11-14 23:50:10 +00:00
..
Api Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
Cache Remove obsolete PHPDoc copies from fully typed constructors 2024-08-11 18:05:01 +02:00
Controller Use namespaced classes 2024-10-20 00:55:03 +02:00
Formatters Handle hidden revisions in user page edit notification 2024-11-04 23:27:28 +00:00
Gateway Remove obsolete PHPDoc copies from fully typed constructors 2024-08-11 18:05:01 +02:00
Hooks Use namespaced classes 2023-12-11 16:39:00 +01:00
Iterator Replace gettype() with get_debug_type() in exception messages etc. 2024-08-16 16:53:47 +00:00
Jobs Remove obsolete PHPDoc copies from fully typed constructors 2024-08-11 18:05:01 +02:00
Mapper Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
Model Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
OOUI
Push Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
Special SpecialNotificationsMarkRead: Don't pass null to explode() 2024-10-23 18:06:38 +00:00
ArrayList.php Remove obsolete PHPDoc copies from fully typed constructors 2024-08-11 18:05:01 +02:00
AttributeManager.php More specific type hints and type declarations 2024-05-16 10:32:19 +02:00
Bundleable.php
Bundler.php
CachedList.php Use namespaced classes 2024-10-20 00:55:03 +02:00
ConfigNames.php
ContainmentList.php
ContainmentSet.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
DataOutputFormatter.php Use namespaced classes 2024-10-20 00:55:03 +02:00
DbFactory.php Replace deprecated usage of wfGetDB 2024-02-13 20:22:33 +01:00
DeferredMarkAsDeletedUpdate.php Use namespaced classes 2023-12-11 16:39:00 +01:00
DiffGroup.php
DiffParser.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
DiscussionParser.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
EmailBatch.php Use namespaced classes 2024-10-20 00:55:03 +02:00
EmailFormat.php
EmailFrequency.php
ForeignNotifications.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
ForeignWikiRequest.php Use namespaced classes 2024-10-20 00:55:03 +02:00
Hooks.php Use namespaced classes 2024-10-20 00:55:03 +02:00
Notifier.php Add API module for sending notifications 2024-05-04 17:43:39 +03:00
NotifUser.php Use namespaced classes 2024-10-20 00:55:03 +02:00
OnWikiList.php Use namespaced classes 2024-10-20 00:55:03 +02:00
ResourceLoaderEchoImageModule.php
SchemaHooks.php Use namespaced classes 2024-06-12 20:31:47 +02:00
SeenTime.php Use namespaced classes 2024-10-20 00:55:03 +02:00
Services.php Remove obsolete PHPDoc copies from fully typed constructors 2024-08-11 18:05:01 +02:00
SummaryParser.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
SuppressionRowUpdateGenerator.php More specific type hints and type declarations 2024-05-16 10:32:19 +02:00
UnreadWikis.php Migrate to IReadableDatabase::newSelectQueryBuilder 2024-04-28 01:05:10 +02:00
UserLocator.php More specific type hints and type declarations 2024-05-16 10:32:19 +02:00
UserMergeHooks.php Revert "Suppress phan errors caused by UserMerge undeploy" 2024-05-14 08:40:50 +00:00