chore(deps-dev): bump psalm/phar from 5.26.1 to 6.1.0 #10833
psalm.yml
on: pull_request
static-psalm-analysis
19s
Annotations
10 errors
PossiblyUnusedMethod:
lib/AppInfo/Application.php#L45
lib/AppInfo/Application.php:45:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\AppInfo\Application::__construct (see https://psalm.dev/087)
|
UnusedClass:
lib/Command/ResetDocument.php#L17
lib/Command/ResetDocument.php:17:7: UnusedClass: Class OCA\Text\Command\ResetDocument is never used (see https://psalm.dev/075)
|
PossiblyUnusedParam:
lib/Command/ResetDocument.php#L20
lib/Command/ResetDocument.php:20:46: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/ResetDocument.php#L49
lib/Command/ResetDocument.php:49:44: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
lib/Command/ResetDocument.php#L49
lib/Command/ResetDocument.php:49:68: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedMethod:
lib/Controller/AttachmentController.php#L59
lib/Controller/AttachmentController.php:59:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\Controller\AttachmentController::__construct (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Controller/AttachmentController.php#L73
lib/Controller/AttachmentController.php:73:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\Controller\AttachmentController::getAttachmentList (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Controller/AttachmentController.php#L94
lib/Controller/AttachmentController.php:94:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\Controller\AttachmentController::insertAttachmentFile (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Controller/AttachmentController.php#L113
lib/Controller/AttachmentController.php:113:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\Controller\AttachmentController::uploadAttachment (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Controller/AttachmentController.php#L184
lib/Controller/AttachmentController.php:184:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Text\Controller\AttachmentController::getImageFile (see https://psalm.dev/087)
|