nextcloud/lib/private/App/AppStore
Anna Larch c4356e1b25 fix(appstore): address review comments on GenericFileException handling
- Attempt delete before logging the warning, so the warning only fires
  when we know recovery will succeed
- Log an error (not silently return) when delete itself fails
- Use catch (\Exception) without variable (PHP 8)
- Replace willReturnArgument(1) with explicit willReturn(true) in test
- Add blank lines between logical blocks in test for readability

Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 16:52:52 +02:00
..
Bundles chore: apply strict rector rules on appstore 2026-05-05 10:41:04 +02:00
Fetcher fix(appstore): address review comments on GenericFileException handling 2026-05-19 16:52:52 +02:00
Version feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
AppNotFoundException.php fix: Throw AppNotFoundException from installer when application is not found 2025-06-05 17:03:16 +02:00