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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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