Skip to content

Commit 26e4b60

Browse files
committed
chore: psalm fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 0729124 commit 26e4b60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Migration/Version1039Date20260408000000.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#[AddColumn(table: 'calendars', name: 'default_alarm_pday', type: ColumnType::INTEGER)]
2323
#[AddColumn(table: 'calendars', name: 'default_alarm_fday', type: ColumnType::INTEGER)]
2424
class Version1039Date20260408000000 extends SimpleMigrationStep {
25+
#[\Override]
2526
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
2627
/** @var ISchemaWrapper $schema */
2728
$schema = $schemaClosure();

0 commit comments

Comments
 (0)