@@ -32,7 +32,7 @@ |
||
32 | 32 | $envName = $aentHelper->getCommonQuestions()->askForEnvName($envType); |
33 | 33 | |
34 | 34 | $projectDir = Pheromone::getContainerProjectDirectory(); |
35 | - $fileNameChoices= []; |
|
35 | + $fileNameChoices = []; |
|
36 | 36 | if (!file_exists("$projectDir/docker-compose.yml")) { |
37 | 37 | $fileNameChoices[] = 'docker-compose.yml'; |
38 | 38 | } |