Skip to content

feat(deps): Add Nextcloud 33 support #314

feat(deps): Add Nextcloud 33 support

feat(deps): Add Nextcloud 33 support #314

Triggered via pull request September 4, 2025 10:58
Status Failure
Total duration 55m 13s
Artifacts

psalm-matrix.yml

on: pull_request
static-psalm-analysis
2m 29s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
LessSpecificReturnStatement: lib/Db/FaceDetectionMapper.php#L65
lib/Db/FaceDetectionMapper.php:65:10: LessSpecificReturnStatement: The type 'OCP\AppFramework\Db\Entity' is more general than the declared return type 'OCA\Recognize\Db\FaceDetection' for OCA\Recognize\Db\FaceDetectionMapper::insert (see https://psalm.dev/129)
LessSpecificReturnStatement: lib/Db/FaceDetectionMapper.php#L62
lib/Db/FaceDetectionMapper.php:62:11: LessSpecificReturnStatement: The type 'OCP\AppFramework\Db\Entity' is more general than the declared return type 'OCA\Recognize\Db\FaceDetection' for OCA\Recognize\Db\FaceDetectionMapper::insert (see https://psalm.dev/129)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L58
lib/Db/FaceDetectionMapper.php:58:80: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::getwidth does not exist (see https://psalm.dev/219)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L57
lib/Db/FaceDetectionMapper.php:57:81: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::getheight does not exist (see https://psalm.dev/219)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L56
lib/Db/FaceDetectionMapper.php:56:76: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::gety does not exist (see https://psalm.dev/219)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L55
lib/Db/FaceDetectionMapper.php:55:76: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::getx does not exist (see https://psalm.dev/219)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L54
lib/Db/FaceDetectionMapper.php:54:82: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::getuserid does not exist (see https://psalm.dev/219)
UndefinedMagicMethod: lib/Db/FaceDetectionMapper.php#L53
lib/Db/FaceDetectionMapper.php:53:79: UndefinedMagicMethod: Magic method OCP\AppFramework\Db\Entity::getfileid does not exist (see https://psalm.dev/219)
MixedReturnStatement: lib/Db/FaceDetection.php#L78
lib/Db/FaceDetection.php:78:10: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
MissingPropertyType: lib/Db/FaceDetection.php#L40
lib/Db/FaceDetection.php:40:12: MissingPropertyType: Property OCA\Recognize\Db\FaceDetection::$faceVector does not have a declared type (see https://psalm.dev/045)