Skip to content

feat: implementing Lexicon and Preset #911

feat: implementing Lexicon and Preset

feat: implementing Lexicon and Preset #911

Triggered via pull request April 29, 2026 14:00
Status Failure
Total duration 4m 47s
Artifacts

psalm-matrix.yml

on: pull_request
Matrix: static-analysis
static-psalm-analysis-summary
7s
static-psalm-analysis-summary
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 1 warning
static-psalm-analysis dev-master
Process completed with exit code 2.
MissingOverrideAttribute: lib/ConfigLexicon.php#L52
lib/ConfigLexicon.php:52:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getuserconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L37
lib/ConfigLexicon.php:37:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getappconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L33
lib/ConfigLexicon.php:33:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getstrictness should have the "Override" attribute (see https://psalm.dev/358)
MissingDependency: lib/Config.php#L111
lib/Config.php:111:48: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L74
lib/Config.php:74:39: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L70
lib/Config.php:70:59: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L63
lib/Config.php:63:37: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L59
lib/Config.php:59:44: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L51
lib/Config.php:51:37: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L47
lib/Config.php:47:44: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L35
lib/Config.php:35:37: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/Config.php#L31
lib/Config.php:31:44: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
MissingDependency: lib/AppInfo/Application.php#L61
lib/AppInfo/Application.php:61:35: MissingDependency: OCA\Guests\ConfigLexicon depends on class or interface ocp\config\lexicon\ilexicon that does not exist (see https://psalm.dev/157)
static-psalm-analysis dev-stable33
Process completed with exit code 2.
MissingOverrideAttribute: lib/ConfigLexicon.php#L52
lib/ConfigLexicon.php:52:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getuserconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L37
lib/ConfigLexicon.php:37:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getappconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L33
lib/ConfigLexicon.php:33:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getstrictness should have the "Override" attribute (see https://psalm.dev/358)
static-psalm-analysis dev-stable32
Process completed with exit code 2.
MissingOverrideAttribute: lib/ConfigLexicon.php#L52
lib/ConfigLexicon.php:52:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getuserconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L37
lib/ConfigLexicon.php:37:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getappconfigs should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: lib/ConfigLexicon.php#L33
lib/ConfigLexicon.php:33:2: MissingOverrideAttribute: Method OCA\Guests\ConfigLexicon::getstrictness should have the "Override" attribute (see https://psalm.dev/358)
static-psalm-analysis-summary
Process completed with exit code 1.
matrix
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 2nd, 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/