feat: create example event when a user logs in for the first time #1958
psalm-matrix.yml
on: pull_request
matrix
12s
Matrix: static-analysis
static-psalm-analysis-summary
5s
Annotations
6 errors
UndefinedDocblockClass:
lib/Listener/UserFirstLoginListener.php#L38
lib/Listener/UserFirstLoginListener.php:38:4: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCP\ServerVersion does not exist (see https://psalm.dev/200)
|
UndefinedClass:
lib/Listener/UserFirstLoginListener.php#L38
lib/Listener/UserFirstLoginListener.php:38:37: UndefinedClass: Class, interface or enum named OCP\ServerVersion does not exist (see https://psalm.dev/019)
|
UndefinedDocblockClass:
lib/Listener/UserFirstLoginListener.php#L43
lib/Listener/UserFirstLoginListener.php:43:10: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCP\ServerVersion does not exist (see https://psalm.dev/200)
|
UndefinedInterfaceMethod:
lib/Service/ExampleEventService.php#L105
lib/Service/ExampleEventService.php:105:43: UndefinedInterfaceMethod: Method OCP\Calendar\IManager::createEventBuilder does not exist (see https://psalm.dev/181)
|
static-psalm-analysis dev-stable30
Process completed with exit code 2.
|
static-psalm-analysis-summary
Process completed with exit code 1.
|