chore(deps): update dependency @vue/tsconfig to ^0.9.1 (master) #5292
psalm.yml
on: pull_request
static-psalm-analysis
49s
Annotations
5 errors
|
static-psalm-analysis
Process completed with exit code 2.
|
|
MissingOverrideAttribute:
lib/Listener/LoadViewerScript.php#L36
lib/Listener/LoadViewerScript.php:36:2: MissingOverrideAttribute: Method OCA\Viewer\Listener\LoadViewerScript::handle should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
lib/Event/LoadViewer.php#L17
lib/Event/LoadViewer.php:17:7: ClassMustBeFinal: Class OCA\Viewer\Event\LoadViewer is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
MissingOverrideAttribute:
lib/AppInfo/Application.php#L32
lib/AppInfo/Application.php:32:2: MissingOverrideAttribute: Method OCA\Viewer\AppInfo\Application::boot should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/AppInfo/Application.php#L28
lib/AppInfo/Application.php:28:2: MissingOverrideAttribute: Method OCA\Viewer\AppInfo\Application::register should have the "Override" attribute (see https://psalm.dev/358)
|