mediawiki-extensions-Echo/includes/Mapper
Andre Klapper 4da4dad97b 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-10-26 15:05:13 +02:00
..
AbstractMapper.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:05:13 +02:00
EventMapper.php More specific type hints and type declarations 2024-05-16 10:32:19 +02:00
NotificationMapper.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:05:13 +02:00
TargetPageMapper.php Migrate to IDatabase::newInsertQueryBuilder/newUpdateQueryBuilder 2024-04-13 22:51:32 +02:00