mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
Fix TypeError: Typed property Typecho\Feed::$subTitle must be string (#1779)
This commit is contained in:
parent
0b0476e565
commit
4ce9cdefc2
@ -79,9 +79,9 @@ class Feed
|
||||
* 聚合副标题
|
||||
*
|
||||
* @access private
|
||||
* @var string
|
||||
* @var string|null
|
||||
*/
|
||||
private string $subTitle;
|
||||
private ?string $subTitle;
|
||||
|
||||
/**
|
||||
* 版本信息
|
||||
|
Loading…
x
Reference in New Issue
Block a user