Skip to content

Commit

Permalink
Update src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Potencier <fabien@potencier.org>
  • Loading branch information
alamirault and fabpot committed Aug 23, 2022
1 parent 7fe9c51 commit cb75093
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -203,7 +203,7 @@ public function write(Profile $profile): bool
return true;
}

protected function removeExpiredProfiles(string $indexFilename)
private function removeExpiredProfiles(string $indexFilename)
{
$minimalProfileTimestamp = (new \DateTime())
->modify(sprintf('-%d days', self::MAX_RETENTION_DAYS))
Expand Down

0 comments on commit cb75093

Please sign in to comment.