nextcloud/lib/private/App
Anna Larch adcd78ae16 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 11:21:22 +02:00
..
AppStore fix(appstore): address review comments on GenericFileException handling 2026-05-20 11:21:22 +02:00
AppManager.php refactor: migrate usage of OC_App to AppManager 2026-05-13 14:01:49 +02:00
CompareVersion.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
DependencyAnalyzer.php refactor(Fetcher): properly type AppStore fetcher 2026-04-30 14:01:56 +02:00
InfoParser.php fix(app-info-shipped): add remote as its still available in code base 2026-05-12 22:52:32 +02:00
Platform.php refactor: Run rector on lib/private 2026-02-06 13:50:18 +01:00
PlatformRepository.php chore: Remove types from const properties for PHP 8.2 compatibility 2026-03-23 16:36:01 +01:00