From d6e8e7d572ec9aeed42ebc177d096079117a644b Mon Sep 17 00:00:00 2001 From: Shubham Bansal Date: Sat, 9 Sep 2023 19:05:18 +0530 Subject: [PATCH] verifying few things for mutation test --- src/Command/CodeStudio/CodeStudioCiCdVariables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/CodeStudio/CodeStudioCiCdVariables.php b/src/Command/CodeStudio/CodeStudioCiCdVariables.php index 6f422f6d4..7cfb6e5f5 100644 --- a/src/Command/CodeStudio/CodeStudioCiCdVariables.php +++ b/src/Command/CodeStudio/CodeStudioCiCdVariables.php @@ -20,7 +20,7 @@ public static function getDefaults(?string $cloudApplicationUuid = NULL, ?string return [ [ 'key' => 'ACQUIA_APPLICATION_UUID', - 'masked' => FALSE, + 'masked' => FALSE, 'protected' => FALSE, 'value' => $cloudApplicationUuid, 'variable_type' => 'env_var',