Skip to content

Commit 0066d53

Browse files
committed
[ticket/17496] Fix recently added changes
PHPBB-17496
1 parent 1b08a74 commit 0066d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpBB/phpbb/db/migration/data/v400/remove_jabber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function revert_data(): array
101101
];
102102
}
103103

104-
public function move_jabber_to_email_notifications(?int $start)
104+
public function move_jabber_to_email_notifications(int|null $start)
105105
{
106106
$limit = 1000;
107107

0 commit comments

Comments
 (0)