Skip to content

Commit 3bc2b0c

Browse files
authored
Remove outdated comment
1 parent b9a80ac commit 3bc2b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/EventListener/TagListener.php

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function onKernelResponse(ResponseEvent $event): void
6969
if ($this->cacheableRule->matches($request, $response)) {
7070
// For safe requests (GET and HEAD), set cache tags on response
7171
$this->symfonyResponseTagger->addTags($tags);
72-
// BC for symfony < 5.3
7372
if ($event->isMainRequest()) {
7473
$this->symfonyResponseTagger->tagSymfonyResponse($response);
7574
}

0 commit comments

Comments
 (0)