Compare commits

..

2 commits

Author SHA1 Message Date
rxu
45af18d830
Merge 41d25cc19f into bc1e1732cf 2025-04-28 14:06:23 +00:00
rxu
41d25cc19f
[ticket/17496] Fix recently added changes
PHPBB-17496
2025-04-28 18:06:36 +07:00

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;