Skip to content

Commit

Permalink
kill mutant
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 19, 2024
1 parent 9589e36 commit f67720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Api/ApiCommandHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function addApiCommandParameters(array $schema, array $acquiaCloudSpec,
}

// Add --task-wait parameter for responses with notifications.
if (array_key_exists('responses', $schema) && array_key_exists(202, $schema['responses'])) {
if (array_key_exists(202, $schema['responses'])) {
$inputDefinition[] = new InputOption('task-wait', null, InputOption::VALUE_NONE, 'Wait for this task to complete');
}

Expand Down

0 comments on commit f67720e

Please sign in to comment.