Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Comments/IComment.php')
-rw-r--r--lib/public/Comments/IComment.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Comments/IComment.php b/lib/public/Comments/IComment.php
index b98a015a30e..604aaefd890 100644
--- a/lib/public/Comments/IComment.php
+++ b/lib/public/Comments/IComment.php
@@ -279,5 +279,4 @@ interface IComment {
* @since 19.0.0
*/
public function setReferenceId(?string $referenceId): IComment;
-
}