fix:更新已知bug,优化代码
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Symfony\Component\Console\Completion;
|
||||
*/
|
||||
class Suggestion
|
||||
{
|
||||
private $value;
|
||||
private string $value;
|
||||
|
||||
public function __construct(string $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user