Chore(deps): Bump shivammathur/setup-php from 2.34.1 to 2.36.0 #6230
psalm.yml
on: pull_request
static-psalm-analysis
1m 19s
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)
|