Skip to content

Commit 4b33a2b

Browse files
committed
Fixed incompatible Ibexa\HttpCache\Handler\TagHandler::tagSymfonyResponse method declaration
1 parent 5934d7a commit 4b33a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Handler/TagHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(
5555
$this->addTags(['ez-all']);
5656
}
5757

58-
public function tagSymfonyResponse(Response $response, $replace = false)
58+
public function tagSymfonyResponse(Response $response, bool $replace = false): static
5959
{
6060
$tags = [];
6161
if (!$replace && $response->headers->has($this->getTagsHeaderName())) {

0 commit comments

Comments
 (0)