From 5c1a72a969491b358ec4bb2011de08cf8c6d15dc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 1 May 2026 17:25:35 +0200 Subject: [PATCH] chore: psalm fixes Signed-off-by: Robin Appelman --- apps/dav/lib/Migration/Version1039Date20260408000000.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dav/lib/Migration/Version1039Date20260408000000.php b/apps/dav/lib/Migration/Version1039Date20260408000000.php index e10f20d764a..e3dbca8f652 100644 --- a/apps/dav/lib/Migration/Version1039Date20260408000000.php +++ b/apps/dav/lib/Migration/Version1039Date20260408000000.php @@ -22,6 +22,7 @@ use OCP\Migration\SimpleMigrationStep; #[AddColumn(table: 'calendars', name: 'default_alarm_pday', type: ColumnType::INTEGER)] #[AddColumn(table: 'calendars', name: 'default_alarm_fday', type: ColumnType::INTEGER)] class Version1039Date20260408000000 extends SimpleMigrationStep { + #[\Override] public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { /** @var ISchemaWrapper $schema */ $schema = $schemaClosure();