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

Fix since version
This commit is contained in:
Thomas Müller 2016-02-29 11:40:14 +01:00
commit d98217d8ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;