Skip to content

CLI-1212: [auth:logout] remove secrets #2001

CLI-1212: [auth:logout] remove secrets

CLI-1212: [auth:logout] remove secrets #2001

Triggered via pull request November 28, 2023 21:17
Status Success
Total duration 3m 50s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
3m 40s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/CommandBase.php#L1353
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ * explicitly or by default. In other words, we can't prompt for the value of * an option that already has a default value. */ - protected function determineOption(string $optionName, bool $hidden = FALSE, ?Closure $validator = NULL, ?Closure $normalizer = NULL, string|bool|null $default = NULL) : string|int|bool|null + protected function determineOption(string $optionName, bool $hidden = true, ?Closure $validator = NULL, ?Closure $normalizer = NULL, string|bool|null $default = NULL) : string|int|bool|null { if ($optionValue = $this->input->getOption($optionName)) { if (isset($normalizer)) {