Skip to content

Fix display name of new users #832

Fix display name of new users

Fix display name of new users #832

Triggered via pull request September 5, 2024 10:36
Status Failure
Total duration 6m 39s
Artifacts

psalm.yml

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

Annotations

6 errors
UndefinedDocblockClass: lib/Listeners/UserCreated.php#L22
lib/Listeners/UserCreated.php:22:11: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\Circles\Listeners\SyncService does not exist (see https://psalm.dev/200)
UndefinedClass: lib/Listeners/UserCreated.php#L29
lib/Listeners/UserCreated.php:29:12: UndefinedClass: Class, interface or enum named OCA\Circles\Listeners\SyncService does not exist (see https://psalm.dev/019)
UndefinedThisPropertyAssignment: lib/Listeners/UserCreated.php#L32
lib/Listeners/UserCreated.php:32:3: UndefinedThisPropertyAssignment: Instance property OCA\Circles\Listeners\UserCreated::$federatedUserService is not defined (see https://psalm.dev/040)
UndefinedVariable: lib/Listeners/UserCreated.php#L32
lib/Listeners/UserCreated.php:32:33: UndefinedVariable: Cannot find referenced variable $federatedUserService (see https://psalm.dev/024)
UndefinedThisPropertyFetch: lib/Listeners/UserCreated.php#L47
lib/Listeners/UserCreated.php:47:4: UndefinedThisPropertyFetch: Instance property OCA\Circles\Listeners\UserCreated::$federatedUserService is not defined (see https://psalm.dev/041)
static-psalm-analysis
Process completed with exit code 2.