mediawiki-extensions-Echo/includes/Model
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
..
AbstractEntity.php
Event.php
Notification.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-11-14 23:50:10 +00:00
TargetPage.php