瀏覽代碼

Merge pull request #35042 from nextcloud/enh/uri-description

Add description for calendar uri
Pytal 1 年之前
父節點
當前提交
179e104934
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/public/Calendar/ICalendar.php

+ 1 - 0
lib/public/Calendar/ICalendar.php

@@ -40,6 +40,7 @@ interface ICalendar {
 	public function getKey(): string;
 
 	/**
+	 * In comparison to getKey() this function returns a unique uri within the scope of the principal
 	 * @since 24.0.0
 	 */
 	public function getUri(): string;