Config Console Show 'NULL' for null-values
This commit is contained in:
parent
4e58c6981c
commit
be240ca500
|
@ -151,7 +151,7 @@ HELP;
|
|||
$this->out("{$cat}.{$key}[{$k}] => " . (is_array($v) ? implode(', ', $v) : $v));
|
||||
}
|
||||
} else {
|
||||
$this->out("{$cat}.{$key} => " . $value);
|
||||
$this->out("{$cat}.{$key} => " . ($value ?? 'NULL'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue