chore(deps-dev): Bump psalm/phar from 5.26.1 to 6.1.0 #504
psalm.yml
on: pull_request
static-psalm-analysis
42s
Annotations
10 errors
PossiblyUnusedMethod:
lib/AppInfo/Application.php#L41
lib/AppInfo/Application.php:41:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\FilesLock\AppInfo\Application::__construct (see https://psalm.dev/087)
|
UnusedVariable:
lib/AppInfo/Application.php#L56
lib/AppInfo/Application.php:56:64: UnusedVariable: $context is never referenced or the value is not used (see https://psalm.dev/077)
|
PossiblyUnusedMethod:
lib/AppInfo/Application.php#L66
lib/AppInfo/Application.php:66:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\FilesLock\AppInfo\Application::addStorageWrapper (see https://psalm.dev/087)
|
UnusedClass:
lib/Command/Lock.php#L37
lib/Command/Lock.php:37:7: UnusedClass: Class OCA\FilesLock\Command\Lock is never used (see https://psalm.dev/075)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L64
lib/Command/Lock.php:64:16: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L64
lib/Command/Lock.php:64:43: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L64
lib/Command/Lock.php:64:70: PossiblyUnusedParam: Param #3 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L65
lib/Command/Lock.php:65:15: PossiblyUnusedParam: Param #4 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L65
lib/Command/Lock.php:65:43: PossiblyUnusedParam: Param #5 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/Lock.php#L104
lib/Command/Lock.php:104:44: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|