Skip to content

Commit 0f37591

Browse files
committed
Apply fixes from StyleCI
1 parent f8178ae commit 0f37591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,6 @@ public function updateVariable($project_id, string $key, string $value, ?bool $p
12931293
* @param array<string, mixed> $parameters {
12941294
*
12951295
* @var array $filter {
1296-
*
12971296
* @var string $environment_scope Use filter[environment_scope] to select the variable with the matching environment_scope attribute.
12981297
* }
12991298
* }
@@ -1305,6 +1304,7 @@ public function removeVariable($project_id, string $key, array $parameters = [])
13051304
$resolver = new OptionsResolver();
13061305
$resolver->setDefined('filter')
13071306
->setAllowedTypes('filter', 'array');
1307+
13081308
return $this->delete($this->getProjectPath($project_id, 'variables/'.self::encodePath($key)), $resolver->resolve($parameters));
13091309
}
13101310

0 commit comments

Comments
 (0)