CLI-1212: [auth:logout] remove secrets #2001
Annotations
1 warning
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)) {
|
The logs for this run have expired and are no longer available.
Loading