|
@@ -59,8 +59,8 @@ |
|
|
block discarded – undo |
|
59
|
59
|
} |
|
60
|
60
|
|
|
61
|
61
|
if (null === Manifest::getMetadata(CommonMetadata::SINGLE_ENVIRONMENT_KEY)) { |
|
62
|
|
- $branchesModel = $this->askForBranches((bool)$isForSingleEnv); |
|
63
|
|
- Manifest::addMetadata(CommonMetadata::SINGLE_ENVIRONMENT_KEY, (string)$branchesModel->isSingleBranch()); |
|
|
62
|
+ $branchesModel = $this->askForBranches((bool) $isForSingleEnv); |
|
|
63
|
+ Manifest::addMetadata(CommonMetadata::SINGLE_ENVIRONMENT_KEY, (string) $branchesModel->isSingleBranch()); |
|
64
|
64
|
} |
|
65
|
65
|
|
|
66
|
66
|
return Manifest::getMetadata(CommonMetadata::SINGLE_ENVIRONMENT_KEY); |
Please login to merge, or discard this patch.