nextcloud/lib/private/App
Anna Larch b723c94246 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-20 10:00:39 +02:00
..
AppStore fix(appstore): address review comments on GenericFileException handling 2026-05-20 10:00:39 +02:00
AppManager.php feat(AppManager): log when cleanAppId drops invalid chars 2025-12-31 14:30:05 -05:00
CompareVersion.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
DependencyAnalyzer.php fix: Deduplicate code by using DependencyAnalyzer in the AppManager 2025-08-18 17:09:40 +02:00
InfoParser.php fix(openmetrics): Make openmetrics always an array like all other infoxml fields 2026-01-26 06:11:18 +00:00
Platform.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
PlatformRepository.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00