This commit is contained in:
Jaapio
2020-02-12 20:14:58 +01:00
parent 50b2bc6670
commit 917b6648e6
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -107,11 +107,13 @@ final class InvalidTag implements Tag
$trace = array_map(
static function (array $call) use ($flatten) : array {
array_walk_recursive($call['args'], $flatten);
return $call;
},
$trace
);
}
$traceProperty->setValue($exception, $trace);
$exception = $exception->getPrevious();
} while ($exception !== null);