Skip to content

Commit 4c68672

Browse files
Fixed typos
1 parent c652979 commit 4c68672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Groups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ public function addVariable($group_id, string $key, string $value, ?bool $protec
448448
$payload['protected'] = $protected;
449449
}
450450

451-
if (isset($parameters['masked']) {
451+
if (isset($parameters['masked'])) {
452452
$payload['masked'] = $parameters['masked'];
453453
}
454454

455-
if (isset($parameters['variable_type']) {
455+
if (isset($parameters['variable_type'])) {
456456
$payload['variable_type'] = $parameters['variable_type'];
457457
}
458458

0 commit comments

Comments
 (0)