- Issue created by @kiseleva.t
- Merge request !23Issue #3519195: Fix PHP 8.4 nullable type declarations. β (Merged) created by kiseleva.t
- Status changed to Needs review
about 2 months ago 2:32am 23 July 2025 - First commit to issue fork.
- πΊπΈUnited States mfb San Francisco
Added a commit to resolve a deprecation notice I've been hitting on a production site:
Deprecated function: Drupal\aggregator\ZfExtensionManagerSfContainer::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead
- πΊπΈUnited States mfb San Francisco
Tests are failing, but I don't think it's related to this MR, as tests are also failing on the 2.x-dev branch
So I think this could be RTBC?
- First commit to issue fork.
-
dcam β
committed 3caf9ca7 on 2.x authored by
kiseleva.t β
Issue #3519195 by dcam, kiseleva.t, mfb: [PHP 8.4] Fix implicitly...
-
dcam β
committed 3caf9ca7 on 2.x authored by
kiseleva.t β
- πΊπΈUnited States dcam
We need to expand the test environments we use anyway, but if there's a bug in the next version of PHP then we really need to test with it. So I updated
.gitlab-ci.yml
.I did a temporary reversion of the fixes to see what might fail. Then I put the changes back after I satisfied my curiosity.
This looks good to me. Thank you both!