Fix TypeError: Typed property Typecho\Feed::$subTitle must be string (#1779)
This commit is contained in:
@@ -79,9 +79,9 @@ class Feed
|
||||
* 聚合副标题
|
||||
*
|
||||
* @access private
|
||||
* @var string
|
||||
* @var string|null
|
||||
*/
|
||||
private string $subTitle;
|
||||
private ?string $subTitle;
|
||||
|
||||
/**
|
||||
* 版本信息
|
||||
|
||||
Reference in New Issue
Block a user