8000 Update src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php · symfony/symfony@cb75093 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb75093

Browse files
alamiraultfabpot
andauthored
Update src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent 7fe9c51 commit cb75093

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
@@ -203,7 +203,7 @@ public function write(Profile $profile): bool
203203
return true;
204204
}
205205

206-
protected function removeExpiredProfiles(string $indexFilename)
206+
private function removeExpiredProfiles(string $indexFilename)
207207
{
208208
$minimalProfileTimestamp = (new \DateTime())
209209
->modify(sprintf('-%d days', self::MAX_RETENTION_DAYS))

0 commit comments

Comments
 (0)
0