chore(deps-dev): bump psalm/phar from 5.26.1 to 6.1.0 #457
psalm.yml
on: pull_request
static-psalm-analysis
1m 6s
Annotations
10 errors
PossiblyUnusedMethod:
lib/AppInfo/Application.php#L36
lib/AppInfo/Application.php:36:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Whiteboard\AppInfo\Application::__construct (see https://psalm.dev/087)
|
UnusedVariable:
lib/AppInfo/Application.php#L52
lib/AppInfo/Application.php:52:86: UnusedVariable: $major is never referenced or the value is not used (see https://psalm.dev/077)
|
UnusedClass:
lib/Controller/JWTController.php#L25
lib/Controller/JWTController.php:25:13: UnusedClass: Class OCA\Whiteboard\Controller\JWTController is never used (see https://psalm.dev/075)
|
UnusedClass:
lib/Controller/SettingsController.php#L24
lib/Controller/SettingsController.php:24:13: UnusedClass: Class OCA\Whiteboard\Controller\SettingsController is never used (see https://psalm.dev/075)
|
UnusedClass:
lib/Controller/WhiteboardController.php#L32
lib/Controller/WhiteboardController.php:32:13: UnusedClass: Class OCA\Whiteboard\Controller\WhiteboardController is never used (see https://psalm.dev/075)
|
PossiblyUnusedMethod:
lib/Listener/AddContentSecurityPolicyListener.php#L18
lib/Listener/AddContentSecurityPolicyListener.php:18:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Whiteboard\Listener\AddContentSecurityPolicyListener::__construct (see https://psalm.dev/087)
|
UnusedProperty:
lib/Listener/AddContentSecurityPolicyListener.php#L19
lib/Listener/AddContentSecurityPolicyListener.php:19:20: UnusedProperty: Cannot find any references to private property OCA\Whiteboard\Listener\AddContentSecurityPolicyListener::$request (see https://psalm.dev/150)
|
PossiblyUnusedMethod:
lib/Listener/BeforeTemplateRenderedListener.php#L25
lib/Listener/BeforeTemplateRenderedListener.php:25:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Whiteboard\Listener\BeforeTemplateRenderedListener::__construct (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Listener/LoadViewerListener.php#L22
lib/Listener/LoadViewerListener.php:22:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Whiteboard\Listener\LoadViewerListener::__construct (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
lib/Listener/RegisterTemplateCreatorListener.php#L23
lib/Listener/RegisterTemplateCreatorListener.php:23:18: PossiblyUnusedMethod: Cannot find any calls to method OCA\Whiteboard\Listener\RegisterTemplateCreatorListener::__construct (see https://psalm.dev/087)
|