fix:更新已知bug,优化代码
This commit is contained in:
@@ -25,10 +25,8 @@ interface HelperInterface
|
||||
|
||||
/**
|
||||
* Gets the helper set associated with this helper.
|
||||
*
|
||||
* @return HelperSet|null
|
||||
*/
|
||||
public function getHelperSet();
|
||||
public function getHelperSet(): ?HelperSet;
|
||||
|
||||
/**
|
||||
* Returns the canonical name of this helper.
|
||||
|
||||
Reference in New Issue
Block a user