- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
about 1 year ago Waiting for branch to pass - Issue created by @blade_ukraine
- π«π·France fgm Paris, France
Weird, that was supposed to have been fixed long ago. I'll check later today.
- Status changed to Postponed: needs info
about 1 year ago 2:10pm 4 October 2023 - π«π·France fgm Paris, France
Not sure why you need that patch: these signatures were already changed 10 months ago, as you can see on https://git.drupalcode.org/project/mongodb/-/blame/8.x-2.x/modules/mongo...
The
: bool
and: iterable
return hints are already present in 8.x-2.x-dev, as you can see on https://git.drupalcode.org/project/mongodb/-/blob/8.x-2.x/modules/mongod...Are you sure you actually used a current 8.x-2.x-dev instead of an older version like 8.x-2.0-alpha2, which doesn't include that fix.
Beyond that, your patch includes a reference to the Symfony
ValueResolverInterface
which does not exist in D9 and is just a subset of theArgumentValueResolverInterface
anyway. Why do you think it should be added ? - Status changed to Closed: won't fix
about 1 year ago 8:06am 5 October 2023 - π«π·France fgm Paris, France
I cannot really see the use for the extra implements and the fix was already merged almost one year ago, so marking won't fix.