mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
refactor: remove unused method
This commit is contained in:
parent
cfbdeb375e
commit
578340ca8f
1 changed files with 0 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue