mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore: psalm fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
6a316b23b5
commit
5c1a72a969
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue