Skip to content

[stable30] feat: add occ command to scan and delete orphaned keys - #56248

Closed
backportbot[bot] wants to merge 1 commit into
stable30from
backport/55556/stable30
Closed

[stable30] feat: add occ command to scan and delete orphaned keys#56248
backportbot[bot] wants to merge 1 commit into
stable30from
backport/55556/stable30

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #55556

// We shouldn't end up here, because we return true when reaching the folder named after the file containing OC_DEFAULT_MODULE
return null;
}
private function deleteAll(array $keys, OutputInterface $output) {

Check notice

Code scanning / Psalm

MissingReturnType Note

Method OCA\Encryption\Command\CleanOrphanedKeys::deleteAll does not have a return type, expecting void
}
}

private function deleteSpecific(InputInterface $input, OutputInterface $output, array $orphanedKeys) {

Check notice

Code scanning / Psalm

MissingReturnType Note

Method OCA\Encryption\Command\CleanOrphanedKeys::deleteSpecific does not have a return type, expecting void
@backportbot
backportbotBotforce-pushed the backport/55556/stable30 branch from 30d1eeb to 5804635CompareNovember 10, 2025 15:01
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
@hamza221
hamza221 deleted the backport/55556/stable30 branch November 10, 2025 15:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@github-advanced-security@hamza221