mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
fix titile
This commit is contained in:
parent
cbfe180d8b
commit
0f3f15c0ca
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user