Skip to content

fix(controller): Migrate from annotations to attributes #1977

fix(controller): Migrate from annotations to attributes

fix(controller): Migrate from annotations to attributes #1977

Triggered via pull request July 24, 2024 18:44
Status Cancelled
Total duration 1m 35s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
1m 24s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

9 errors
static-psalm-analysis
Canceling since a higher priority waiting request for 'psalm-bugfix/noid/migrate-to-attributes' exists
UndefinedClass: lib/Controller/PushController.php#L41
lib/Controller/PushController.php:41:3: UndefinedClass: Class, interface or enum named OC\Authentication\Token\IProvider does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/PushController.php#L42
lib/Controller/PushController.php:42:3: UndefinedClass: Class, interface or enum named OC\Security\IdentityProof\Manager does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/PushController.php#L93
lib/Controller/PushController.php:93:13: UndefinedClass: Class, interface or enum named OC\Authentication\Token\IProvider does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/PushController.php#L98
lib/Controller/PushController.php:98:10: UndefinedClass: Class, interface or enum named OC\Security\IdentityProof\Manager does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/PushController.php#L151
lib/Controller/PushController.php:151:13: UndefinedClass: Class, interface or enum named OC\Authentication\Token\IProvider does not exist (see https://psalm.dev/019)
UnusedBaselineEntry: lib/Controller/PushController.php#L1
lib/Controller/PushController.php:0:0: UnusedBaselineEntry: Baseline for issue "UndefinedClass" has 2 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: lib/Controller/PushController.php#L1
lib/Controller/PushController.php:0:0: UnusedBaselineEntry: Baseline for issue "UndefinedDocblockClass" has 5 extra entries. (see https://psalm.dev/316)
static-psalm-analysis
The operation was canceled.