Skip to content

Commit 897248b

Browse files
Use named parameter for escape argument
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Thomas Citharel <github@tcit.fr>
1 parent ba7625f commit 897248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Profiler/FileProfilerStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function write(IProfile $profile): bool {
161161
$profile->getTime(),
162162
$profile->getParentToken(),
163163
$profile->getStatusCode(),
164-
], ',', '"', '');
164+
], escape: '');
165165
fclose($file);
166166
}
167167

0 commit comments

Comments
 (0)