Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2022 at 10:33 UTC
Updated:
17 Feb 2022 at 17:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
daffie commentedThe added return type hints and test fixes.
Comment #3
daffie commentedComment #4
longwaveThank you @daffie for opening this and extracting the fixes. Double checked this by applying #3161889-230: [META] Symfony 6 compatibility and then reverting this on top, and this covers all the typehints, test fixes, etc I added over there; the only difference is a change of call order in NegotiationMiddlewareTest that doesn't ultimately make a difference.
Once this is committed this should reduce the next Symfony 6 patch to Composer changes only, except for a handful of fixes that we haven't worked out yet.
However, not sure I can RTBC this one as I worked on the original?
Comment #5
daffie commented@longwave: I think you can set the patch to RTBC. The main thing is that 2 people think that the patch is correct. For me the patch is RTBC.
Comment #6
longwaveOK, as we both agree it is RTBC, RTBC it is!
Comment #8
catchYep extracting the patch from the issue doesn't count as authoring, so since longwave is the original author and daffie reviewed and re-rolled, doesn't count as a self-RTBC here.
Patch looks great and agreed with minimising the Symfony 6 changes to the absolute minimum on the main issue.
Committed 27158f7 and pushed to 10.0.x. Thanks!