diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/comments/commentsevent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/comments/commentsevent.php b/lib/public/comments/commentsevent.php index 13110154479..3101c4e6c50 100644 --- a/lib/public/comments/commentsevent.php +++ b/lib/public/comments/commentsevent.php @@ -45,7 +45,7 @@ class CommentsEvent extends Event { * * @param string $event * @param IComment $comment - * @since 9.0.IComment + * @since 9.0.0 */ public function __construct($event, IComment $comment) { $this->event = $event; |