fix:更新已知bug,优化代码
This commit is contained in:
@@ -45,8 +45,6 @@ interface OutputFormatterStyleInterface
|
||||
|
||||
/**
|
||||
* Applies the style to a given text.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function apply(string $text);
|
||||
public function apply(string $text): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user