Skip to content

Add backend url to connection error #17408

Add backend url to connection error

Add backend url to connection error #17408

Triggered via pull request December 10, 2023 21:13
Status Failure
Total duration 58s
Artifacts

psalm.yml

on: pull_request
Nextcloud
46s
Nextcloud
Fit to window
Zoom out
Zoom in

Annotations

3 errors
InvalidNullableReturnType: lib/Share/Helper/FilesMetadataCache.php#L61
lib/Share/Helper/FilesMetadataCache.php:61:19: InvalidNullableReturnType: The declared return type 'array{height: int, width: int}' for OCA\Talk\Share\Helper\FilesMetadataCache::getMetadataPhotosSizeForFileId is not nullable, but 'array{height: int, width: int}|null' contains null (see https://psalm.dev/144)
NullableReturnStatement: lib/Share/Helper/FilesMetadataCache.php#L77
lib/Share/Helper/FilesMetadataCache.php:77:10: NullableReturnStatement: The declared return type 'array{height: int, width: int}' for OCA\Talk\Share\Helper\FilesMetadataCache::getMetadataPhotosSizeForFileId is not nullable, but the function returns 'array{height: int, width: int}|null' (see https://psalm.dev/139)
Nextcloud
Process completed with exit code 2.