Fix TypeError: Typed property Typecho\Feed::$subTitle must be string (#1779)

This commit is contained in:
Luffy 2024-06-12 10:47:06 +08:00 committed by GitHub
parent 0b0476e565
commit 4ce9cdefc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,9 +79,9 @@ class Feed
* 聚合副标题
*
* @access private
* @var string
* @var string|null
*/
private string $subTitle;
private ?string $subTitle;
/**
* 版本信息