Skip to content
Snippets Groups Projects
Unverified Commit f2ef35db authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Fix logger test

parent 9463e2cf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment