[ticket/17496] Fix recently added changes

PHPBB-17496
This commit is contained in:
rxu 2025-04-28 18:06:36 +07:00
parent 1b08a74508
commit 0066d53c08
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -101,7 +101,7 @@ class remove_jabber extends migration
]; ];
} }
public function move_jabber_to_email_notifications(?int $start) public function move_jabber_to_email_notifications(int|null $start)
{ {
$limit = 1000; $limit = 1000;