Chore(deps-dev): Bump phpunit/phpunit from 9.6.22 to 9.6.33 #6346
psalm.yml
on: pull_request
static-psalm-analysis
1m 13s
Annotations
6 errors
|
static-psalm-analysis
Process completed with exit code 2.
|
|
RedundantCast:
lib/Sharing/DeckShareProvider.php#L424
lib/Sharing/DeckShareProvider.php:424:30: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
|
UndefinedInterfaceMethod:
lib/Service/FilesAppService.php#L273
lib/Service/FilesAppService.php:273:12: UndefinedInterfaceMethod: Method OCP\Files\Node::putContent does not exist (see https://psalm.dev/181)
|
|
UndefinedInterfaceMethod:
lib/Service/FilesAppService.php#L173
lib/Service/FilesAppService.php:173:41: UndefinedInterfaceMethod: Method OCP\Files\Node::fopen does not exist (see https://psalm.dev/181)
|
|
TypeDoesNotContainNull:
lib/Service/FilesAppService.php#L169
lib/Service/FilesAppService.php:169:7: TypeDoesNotContainNull: Type OCP\Files\Node for $file is never null (see https://psalm.dev/090)
|
|
TypeDoesNotContainNull:
lib/Service/FilesAppService.php#L169
lib/Service/FilesAppService.php:169:7: TypeDoesNotContainNull: OCP\Files\Node does not contain null (see https://psalm.dev/090)
|