Skip to content
Snippets Groups Projects
Commit d98217d8 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #22713 from owncloud/fix-since-version-on-commentsvevent

Fix since version
parents 9724fcc0 a1c02a05
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class CommentsEvent extends Event { ...@@ -45,7 +45,7 @@ class CommentsEvent extends Event {
* *
* @param string $event * @param string $event
* @param IComment $comment * @param IComment $comment
* @since 9.0.IComment * @since 9.0.0
*/ */
public function __construct($event, IComment $comment) { public function __construct($event, IComment $comment) {
$this->event = $event; $this->event = $event;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment