Fixed
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2026 at 20:33 UTC
Updated:
7 Aug 2026 at 17:28 UTC
Jump to comment: Most recent
Using the dev version of this module, phpstan complains about various class methods "missing the CacheableMetadata parameter added in Drupal 11.3. Update the signature to: getDefaultOperations(\Drupal\Core\Entity\EntityInterface $entity, ?\Drupal\Core\Cache\CacheableMetadata $cacheability = NULL). "
Update the signature as advised.
Make an MR. I'm assigning this to myself since I intend to work on it right away.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
benstallings commentedComment #4
megachrizThanks for your contribution! The test failures look unrelated, so I scheduled the merge.
Comment #6
megachrizApparently, tests must be fixed first before this can be merged.
Comment #8
megachrizMeanwhile I fixed the tests in #3615467: Fix tests and then I could merge this!