fix: Fix navigation manager to be in line with server #451
Triggered via pull request
September 30, 2024 15:36
Status
Cancelled
Total duration
7m 15s
Artifacts
–
psalm-matrix.yml
on: pull_request
matrix
9s
Matrix: static-analysis
static-psalm-analysis-summary
4s
Annotations
9 errors
UndefinedMethod:
lib/FilteredNavigationManager.php#L74
lib/FilteredNavigationManager.php:74:36: UndefinedMethod: Method OC\NavigationManager::get does not exist (see https://psalm.dev/022)
|
UndefinedMethod:
lib/FilteredNavigationManager.php#L78
lib/FilteredNavigationManager.php:78:36: UndefinedMethod: Method OC\NavigationManager::getDefaultEntryIdForUser does not exist (see https://psalm.dev/022)
|
UndefinedMethod:
lib/FilteredNavigationManager.php#L82
lib/FilteredNavigationManager.php:82:36: UndefinedMethod: Method OC\NavigationManager::getDefaultEntryIds does not exist (see https://psalm.dev/022)
|
MethodSignatureMismatch:
lib/FilteredNavigationManager.php#L85
lib/FilteredNavigationManager.php:85:43: MethodSignatureMismatch: Argument 1 of OCA\Guests\FilteredNavigationManager::setDefaultEntryIds has wrong type 'array<array-key, mixed>', expecting 'array<array-key, string>' as defined by OCP\INavigationManager::setDefaultEntryIds (see https://psalm.dev/042)
|
UndefinedMethod:
lib/FilteredNavigationManager.php#L86
lib/FilteredNavigationManager.php:86:29: UndefinedMethod: Method OC\NavigationManager::setDefaultEntryIds does not exist (see https://psalm.dev/022)
|
UnimplementedInterfaceMethod:
lib/Storage/DirMask.php#L32
lib/Storage/DirMask.php:32:7: UnimplementedInterfaceMethod: Method needspartfile is not defined on class OCA\Guests\Storage\DirMask (see https://psalm.dev/044)
|
UnimplementedInterfaceMethod:
lib/Storage/ReadOnlyJail.php#L28
lib/Storage/ReadOnlyJail.php:28:7: UnimplementedInterfaceMethod: Method needspartfile is not defined on class OCA\Guests\Storage\ReadOnlyJail (see https://psalm.dev/044)
|
Nextcloud dev-master
Process completed with exit code 2.
|
static-psalm-analysis-summary
Process completed with exit code 1.
|