Skip to content

Commit d98217d

Browse files
committed
Merge pull request #22713 from owncloud/fix-since-version-on-commentsvevent
Fix since version
2 parents 9724fcc + a1c02a0 commit d98217d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/comments/commentsevent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CommentsEvent extends Event {
4545
*
4646
* @param string $event
4747
* @param IComment $comment
48-
* @since 9.0.IComment
48+
* @since 9.0.0
4949
*/
5050
public function __construct($event, IComment $comment) {
5151
$this->event = $event;

0 commit comments

Comments
 (0)