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 6cd2a51 commit 7fe9c51Copy full SHA for 7fe9c51
src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
@@ -238,7 +238,7 @@ protected function removeExpiredProfiles(string $indexFilename)
238
}
239
240
241
- public function unlinkTokenFile(string $token)
+ private function unlinkTokenFile(string $token)
242
{
243
if (file_exists($filename = $this->getFilename($token))) {
244
unlink($filename);
0 commit comments