Skip to content

Commit

Permalink
Fix #2320 incorrect class name in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
kijin committed Apr 23, 2024
1 parent d861040 commit 55fe822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/document/document.controller.php
Expand Up @@ -279,7 +279,7 @@ function procDocumentVoteDownCancel()
/**
* Update Document Voted Cancel
* @param int $document_srl
* @param Document $oDocument
* @param DocumentItem $oDocument
* @param int $point
* @return object
*/
Expand Down

0 comments on commit 55fe822

Please sign in to comment.