mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #22713 from owncloud/fix-since-version-on-commentsvevent
Fix since version
This commit is contained in:
commit
d98217d8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue