Skip to content

[stable34] fix(plyr): the speed settings button should not be cut #5510

[stable34] fix(plyr): the speed settings button should not be cut

[stable34] fix(plyr): the speed settings button should not be cut #5510

Triggered via pull request June 10, 2026 09:34
Status Failure
Total duration 18m 20s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
51s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
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)
static-psalm-analysis
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/