diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-24 12:42:34 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-29 11:02:10 +0100 |
commit | a1c02a0567739773c58cbec37c2a1b60887f85e7 (patch) | |
tree | 75e0fc83525c977e1020d15cd3fc7fd52a184cab /lib/public | |
parent | 6526c122afa2c141f4cd5ffd7e292f7a5556cf61 (diff) | |
download | nextcloud-server-a1c02a0567739773c58cbec37c2a1b60887f85e7.tar.gz nextcloud-server-a1c02a0567739773c58cbec37c2a1b60887f85e7.zip |
Fix since version
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; |