mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Remove use of mixed type which is not available in PHP 7.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -85,7 +85,7 @@ class CalendarMigratorTest extends TestCase {
|
||||
fn (VObjectProperty $property) => $property->serialize(),
|
||||
array_values(array_filter(
|
||||
$vCalendar->children(),
|
||||
fn (mixed $child) => $child instanceof VObjectProperty,
|
||||
fn ($child) => $child instanceof VObjectProperty,
|
||||
)),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user