euromark 11 年之前
父节点
当前提交
0f40f5e29b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/View/RssView.php

+ 2 - 2
src/View/RssView.php

@@ -136,11 +136,11 @@ class RssView extends View {
 	 *
 	 * @param int|string|DateTime $time
 	 * @return string An RSS-formatted timestamp
-	 * @see Time::toRSSString
+	 * @see Time::toRssString()
 	 */
 	public function time($time) {
 		$time = new Time($time);
-		return $time->toRSSString();
+		return $time->toRssString();
 	}
 
 	/**