Skip to content
Snippets Groups Projects
Commit 954f80a5 authored by catch's avatar catch
Browse files

Issue #3236563 by daffie: [Symfony 6] Add "static" type hint to the methods...

Issue #3236563 by daffie: [Symfony 6] Add "static" type hint to the methods overriding Symfony\Component\HttpFoundation\Response::sendContent()
parent 01cb9d7c
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ public function setBigPipeService(BigPipe $big_pipe) {
/**
* {@inheritdoc}
*/
public function sendContent() {
public function sendContent(): static {
$this->bigPipe->sendContent($this);
// All BigPipe placeholders are processed, so update this response's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment