Skip to content

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

fix(controller): Migrate from annotations to attributes

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

Triggered via pull request July 24, 2024 18:45
Status Failure
Total duration 1m 26s
Artifacts

psalm.yml

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

Annotations

8 errors
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
Process completed with exit code 2.