Fix logger test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9463e2cf61
commit
f2ef35dbf1
1 changed files with 1 additions and 1 deletions
|
@ -94,8 +94,8 @@ class ExceptionSerializer {
|
|||
private function editTrace(array &$sensitiveValues, array $traceLine): array {
|
||||
if (isset($traceLine['args'])) {
|
||||
$sensitiveValues = array_merge($sensitiveValues, $traceLine['args']);
|
||||
$traceLine['args'] = ['*** sensitive parameters replaced ***'];
|
||||
}
|
||||
$traceLine['args'] = ['*** sensitive parameters replaced ***'];
|
||||
return $traceLine;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue