Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe authored and backportbot[bot] committed Sep 24, 2024
1 parent 5f68106 commit 1462f6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Service/ShareService.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ private function convertPersonalPublicShareToExternalShare(

/**
* Rename userId as a follow up on renaming share's userId
* This methods covers the situation, where a userId of a share
* is changed, but there are already existing votes or options
* This methods covers the situation, where a userId of a share
* is changed, but there are already existing votes or options
* belonging to the renamed user
*
* This situation could occur, if a user already registered before the update to 7.2.4 and
*
* This situation could occur, if a user already registered before the update to 7.2.4 and
* already voted, commented or suggested an option and reenters the poll with an email or contact share
*
*
* added in Polls 7.2.4 (can be removed later)
*/
private function convertDependingObjects(string $userId, string $replacementId, int $pollId) {
Expand Down

0 comments on commit 1462f6a

Please sign in to comment.