mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 11:55:33 +01:00
refactor: add an Enum for languages
This commit is contained in:
parent
4e861685d9
commit
b0238beb67
2 changed files with 12 additions and 3 deletions
10
src/Enum/Language.php
Normal file
10
src/Enum/Language.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OliverDaviesLtd\BuildConfigs\Enum;
|
||||
|
||||
enum Language
|
||||
{
|
||||
case PHP;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue