Closed elzody closed 1 week ago
psalm was throwing errors because as of nextcloud 31.0.0 you must use the new Types constants when adding types to a database entity. so, we migrate them here
Types
you can see it here: https://nextcloud-server.netlify.app/classes/ocp-appframework-db-entity#method_addType
Summary
psalm was throwing errors because as of nextcloud 31.0.0 you must use the new
Types
constants when adding types to a database entity. so, we migrate them hereyou can see it here: https://nextcloud-server.netlify.app/classes/ocp-appframework-db-entity#method_addType
Checklist