fix(profiler): set default values for fputcsv arguments to avoid depreciation warning

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
pull/53458/head
Thomas Citharel 4 months ago
parent 247b254294
commit 4515974bbd
No known key found for this signature in database
  1. 2
      lib/private/Profiler/FileProfilerStorage.php

@ -161,7 +161,7 @@ class FileProfilerStorage {
$profile->getTime(),
$profile->getParentToken(),
$profile->getStatusCode(),
]);
], escape: '');
fclose($file);
}

Loading…
Cancel
Save