mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 16:45:22 -04:00
Merge pull request #53458 from nextcloud/fix-putcsv-default
fix(profiler): set default values for fputcsv arguments to avoid depreciation warning
This commit is contained in:
commit
4111bdbbcf
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class FileProfilerStorage {
|
|||
$profile->getTime(),
|
||||
$profile->getParentToken(),
|
||||
$profile->getStatusCode(),
|
||||
]);
|
||||
], escape: '');
|
||||
fclose($file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue