Skip to content

Commit 7a418aa

Browse files
committed
fix merge
1 parent d4a02bd commit 7a418aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ private function removeExpiredProfiles(): void
334334
}
335335

336336
while ($line = fgets($handle)) {
337-
$values = str_getcsv($line);
337+
$values = str_getcsv($line, ',', '"', '\\');
338338

339339
if (7 > \count($values)) {
340340
// skip invalid lines

0 commit comments

Comments
 (0)