mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
refactor: remove unused method
This commit is contained in:
parent
cfbdeb375e
commit
578340ca8f
|
@ -213,15 +213,6 @@ final class CreateListOfFilesToGenerate
|
|||
return strtoupper($webServer) === WebServer::NGINX->name;
|
||||
}
|
||||
|
||||
private static function isTypeScript(?string $language): bool
|
||||
{
|
||||
if (is_null($language)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return strtoupper($language) === Language::TYPESCRIPT->name;
|
||||
}
|
||||
|
||||
private static function isPhp(?string $language): bool
|
||||
{
|
||||
if (is_null($language)) {
|
||||
|
|
Loading…
Reference in a new issue