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>
This commit is contained in:
Thomas Citharel 2025-06-12 18:21:07 +02:00
parent 247b254294
commit 4515974bbd
No known key found for this signature in database

View file

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