From 0066d53c084b450cad456e6c1af3d5d4637f3260 Mon Sep 17 00:00:00 2001 From: rxu Date: Mon, 28 Apr 2025 18:06:36 +0700 Subject: [PATCH] [ticket/17496] Fix recently added changes PHPBB-17496 --- phpBB/phpbb/db/migration/data/v400/remove_jabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/migration/data/v400/remove_jabber.php b/phpBB/phpbb/db/migration/data/v400/remove_jabber.php index b82fdfc8db..12759f5f47 100644 --- a/phpBB/phpbb/db/migration/data/v400/remove_jabber.php +++ b/phpBB/phpbb/db/migration/data/v400/remove_jabber.php @@ -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;