refactor: rename node to typescript

This commit is contained in:
Oliver Davies 2023-09-24 15:52:49 +01:00
parent 5f14dba7ad
commit 022315edd3
5 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,7 @@ final class Config
)]
public array $experimental;
#[Assert\Choice(choices: ['node', 'php'])]
#[Assert\Choice(choices: ['php', 'typescript'])]
#[Assert\NotBlank]
public string $language;