Passed
Pull Request — master (#5)
by Jindun
02:11
created
src/Command/AddEventCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.