Completed
Push — master ( 36a3c8...68e352 )
by Julien
05:44 queued 03:12
created
src/Aent/Context/BaseOrchestratorContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     {
69 69
         $context = parent::fromMetadata();
70 70
         $baseVirtualHost = Aenthill::metadata('BASE_VIRTUAL_HOST');
71
-        $singleEnvironment = (bool)Aenthill::metadata('IS_SINGLE_ENVIRONMENT');
71
+        $singleEnvironment = (bool) Aenthill::metadata('IS_SINGLE_ENVIRONMENT');
72 72
         $self = new self($context->getEnvironmentType(), $context->getEnvironmentName(), $baseVirtualHost);
73 73
         $self->setSingleEnvironment($singleEnvironment);
74 74
         return $self;
Please login to merge, or discard this patch.