Merge 'stable' into 'minor-next'

Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12487960388
This commit is contained in:
pmmp-admin-bot[bot]
2024-12-25 01:23:09 +00:00
7 changed files with 129 additions and 73 deletions

View File

@ -490,7 +490,7 @@ final class Utils{
$rawFrame = $rawTrace[$frameId];
$safeTrace[$frameId] = new ThreadCrashInfoFrame(
$printableFrame,
$rawFrame["file"] ?? "unknown",
$rawFrame["file"] ?? null,
$rawFrame["line"] ?? 0
);
}