Skip to content

[stable10] fix(InstallDeps): Set write permissions on node_modules folder #342

[stable10] fix(InstallDeps): Set write permissions on node_modules folder

[stable10] fix(InstallDeps): Set write permissions on node_modules folder #342

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

psalm-matrix.yml

on: pull_request
static-psalm-analysis
4m 10s
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)