Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Sep 2021 at 10:08 UTC
Updated:
27 Dec 2021 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
daffie commentedI could not find any overrides of the method
Symfony\Component\DependencyInjection\Dumper\DumperInterface::dump()in contrib. All the dump methods are doing something else. See: Symfony\Component\DependencyInjection\Dumper\DumperInterface::dump().Comment #3
mondrakeUnion types are a PHP 8+ thing, https://wiki.php.net/rfc/union_types_v2
So this cannot be merged in D9, will have to wait D10, I guess
Comment #4
daffie commentedPart of the Symfony 6 in D10 initiative.
Comment #5
daffie commentedComment #6
longwaveComment #8
catchCommitted e3e4995 and pushed to 10.0.x. Thanks!