mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
refactor: rename node
to typescript
This commit is contained in:
parent
5f14dba7ad
commit
022315edd3
5 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue