Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable27] Handle errors in encryption:migrate-key-storage-format #44556

Draft
wants to merge 1 commit into
base: stable27
Choose a base branch
from

fix: Show errors in encryption:migrate-key-storage-format and continu…

15c83d2
Select commit
Loading
Failed to load commit list.
Draft

[stable27] Handle errors in encryption:migrate-key-storage-format #44556

fix: Show errors in encryption:migrate-key-storage-format and continu…
15c83d2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Mar 28, 2024 in 7s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 102 in core/Command/Encryption/MigrateKeyStorage.php

See this annotation in the file changed.

Code scanning / Psalm

MissingReturnType Note

Method OC\Core\Command\Encryption\MigrateKeyStorage::traverseKeys does not have a return type, expecting void

Check notice on line 141 in core/Command/Encryption/MigrateKeyStorage.php

See this annotation in the file changed.

Code scanning / Psalm

MissingReturnType Note

Method OC\Core\Command\Encryption\MigrateKeyStorage::traverseFileKeys does not have a return type, expecting void

Check notice on line 233 in core/Command/Encryption/MigrateKeyStorage.php

See this annotation in the file changed.

Code scanning / Psalm

MissingReturnType Note

Method OC\Core\Command\Encryption\MigrateKeyStorage::updateUserKeys does not have a return type, expecting void