- Issue created by @megachriz
- Merge request !149Updated constructor of FeedsTarget plugin 'paragraphs'. → (Open) created by megachriz
- Issue was unassigned.
- Status changed to Needs review
5 months ago 9:54am 9 September 2024
I see that after the release of
Feeds 8.x-3.0-rc1 →
, the FeedsPlugin "paragraphs" in this project did broke, because the constructor parameters of \Drupal\feeds\Feeds\Target\Text
changed. These changed because of trying to be PHPStan compliant.
This causes the tests for Paragraphs to fail. Sorry for that.
See the tests.
Update \Drupal\paragraphs\Feeds\Target\Paragraphs::__construct()
and \Drupal\paragraphs\Feeds\Target\Paragraphs::create().
MR will follow.
Needs review
1.0
Code