8000 remove useless comment · symfony/symfony@0bd1f09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd1f09

Browse files
remove useless comment
1 parent 4917b30 commit 0bd1f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(HttpKernelInterface $kernel, $cacheDir = null)
5454
protected function forward(Request $request, $raw = false, Response $entry = null)
5555
{
5656
$this->getKernel()->boot();
57-
$this->getKernel()->getContainer()->set('cache', $this); // to be removed in 4.0?
57+
$this->getKernel()->getContainer()->set('cache', $this);
5858

5959
return parent::forward($request, $raw, $entry);
6060
}

0 commit comments

Comments
 (0)
0