Problem/Motivation

Method "Symfony\Component\HttpFoundation\Response::sendContent()" will return "static" as of its next major version. Doing the same in child class "Drupal\big_pipe\Render\BigPipeResponse" will be required when upgrading.

Steps to reproduce

Proposed resolution

Add the "static" return type hint.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3236563-2.patch579 bytesdaffie

Comments

daffie created an issue. See original summary.

daffie’s picture

Status: Active » Needs review
StatusFileSize
new579 bytes

The fix.

longwave’s picture

Status: Needs review » Reviewed & tested by the community

OK for 10.0.x only.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 954f80a and pushed to 10.0.x. Thanks!

  • catch committed 954f80a on 10.0.x
    Issue #3236563 by daffie: [Symfony 6] Add "static" type hint to the...
catch’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.