Add event based provisioning V31 #24
psalm.yml
on: pull_request
static-psalm-analysis
20s
Annotations
10 errors and 1 warning
UndefinedDocblockClass:
lib/Event/UserAccountChangeEvent.php#L43
lib/Event/UserAccountChangeEvent.php:43:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\get does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeEvent.php#L50
lib/Event/UserAccountChangeEvent.php:50:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\get does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeEvent.php#L57
lib/Event/UserAccountChangeEvent.php:57:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\get does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeEvent.php#L64
lib/Event/UserAccountChangeEvent.php:64:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\get does not exist (see https://psalm.dev/200)
|
MismatchingDocblockReturnType:
lib/Event/UserAccountChangeEvent.php#L71
lib/Event/UserAccountChangeEvent.php:71:13: MismatchingDocblockReturnType: Docblock has incorrect return type 'array<array-key, mixed>', should be 'object' (see https://psalm.dev/142)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeEvent.php#L78
lib/Event/UserAccountChangeEvent.php:78:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\value does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeResult.php#L37
lib/Event/UserAccountChangeResult.php:37:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\value does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeResult.php#L48
lib/Event/UserAccountChangeResult.php:48:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\get does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
lib/Event/UserAccountChangeResult.php#L55
lib/Event/UserAccountChangeResult.php:55:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named OCA\UserOIDC\Event\set does not exist (see https://psalm.dev/200)
|
InvalidReturnType:
lib/Event/UserAccountChangeResult.php#L55
lib/Event/UserAccountChangeResult.php:55:13: InvalidReturnType: No return statements were found for method OCA\UserOIDC\Event\UserAccountChangeResult::setRedirectUrl but return type 'OCA\UserOIDC\Event\set' was expected (see https://psalm.dev/011)
|
static-psalm-analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|