nextcloud-server/lib/public/Comments
Carl Schwan 3c9b937e28
refactor(comment): Port away from deprecated event comment constant
Create new events to replace deprecated CommentsEvent constant and use
them when creating CommentsEvents.

On the listener side, we can't yet use these events as deck still send
the old events.

Also fixes some issues reported by psalm level 3 on the comment app.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-04 17:38:53 +07:00
..
Events refactor(comment): Port away from deprecated event comment constant 2025-12-04 17:38:53 +07:00
CommentsEntityEvent.php refactor(comment): Port away from deprecated event comment constant 2025-12-04 17:38:53 +07:00
CommentsEvent.php refactor(comment): Port away from deprecated event comment constant 2025-12-04 17:38:53 +07:00
IComment.php
ICommentsEventHandler.php
ICommentsManager.php
ICommentsManagerFactory.php
IllegalIDChangeException.php
MessageTooLongException.php
NotFoundException.php