Skip to content

chore(deps): Bump justinrainbow/json-schema to v6.6.4 #6234

chore(deps): Bump justinrainbow/json-schema to v6.6.4

chore(deps): Bump justinrainbow/json-schema to v6.6.4 #6234

Triggered via pull request January 9, 2026 09:43
Status Failure
Total duration 40s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
36s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

7 errors
static-psalm-analysis
Process completed with exit code 2.
InvalidArgument: lib/Sharing/DeckShareProvider.php#L422
lib/Sharing/DeckShareProvider.php:422:30: InvalidArgument: Argument 1 of OCA\Deck\Sharing\DeckShareProvider::getShareById expects string, but int provided (see https://psalm.dev/004)
InvalidArgument: lib/Service/FilesAppService.php#L315
lib/Service/FilesAppService.php:315:48: InvalidArgument: Argument 1 of OCA\Deck\Sharing\DeckShareProvider::getShareById expects string, but int provided (see https://psalm.dev/004)
NonInvariantPropertyType: lib/Db/Session.php#L15
lib/Db/Session.php:15:9: NonInvariantPropertyType: Property OCA\Deck\Db\Session::$id has type <empty>, not invariant with OCP\AppFramework\Db\Entity::$id of type int|null|string (see https://psalm.dev/265)
NonInvariantPropertyType: lib/Db/Assignment.php#L13
lib/Db/Assignment.php:13:9: NonInvariantPropertyType: Property OCA\Deck\Db\Assignment::$id has type <empty>, not invariant with OCP\AppFramework\Db\Entity::$id of type int|null|string (see https://psalm.dev/265)
InvalidScalarArgument: lib/Controller/CardApiController.php#L79
lib/Controller/CardApiController.php:79:41: InvalidScalarArgument: Argument 1 of OCA\Deck\Service\AssignmentService::assignUser expects int, but int|null|string provided (see https://psalm.dev/012)
InvalidScalarArgument: lib/Controller/CardApiController.php#L75
lib/Controller/CardApiController.php:75:36: InvalidScalarArgument: Argument 1 of OCA\Deck\Service\CardService::assignLabel expects int, but int|null|string provided (see https://psalm.dev/012)