8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe9c51 commit cb75093Copy full SHA for cb75093
src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
@@ -203,7 +203,7 @@ public function write(Profile $profile): bool
203
return true;
204
}
205
206
- protected function removeExpiredProfiles(string $indexFilename)
+ private function removeExpiredProfiles(string $indexFilename)
207
{
208
$minimalProfileTimestamp = (new \DateTime())
209
->modify(sprintf('-%d days', self::MAX_RETENTION_DAYS))
0 commit comments