diff --git a/var/Typecho/Feed.php b/var/Typecho/Feed.php index a6198356..1e9ea2c7 100644 --- a/var/Typecho/Feed.php +++ b/var/Typecho/Feed.php @@ -128,9 +128,9 @@ class Feed /** * 设置副标题 * - * @param string $subTitle 副标题 + * @param string|null $subTitle 副标题 */ - public function setSubTitle(string $subTitle) + public function setSubTitle(?string $subTitle) { $this->subTitle = $subTitle; }