Mismatch dependencies

Created on 8 October 2024, about 2 months ago

Problem/Motivation

When upgrading to version 8.x-2.0beta4 I found that the `FeedTypeTamperManager` has mismatched dependency in `__construct` function

Steps to reproduce

- Install the `8.x-2.0beta4` version by command
```
composer require 'drupal/feeds_tamper:^2.0@beta'
```
- Take a look to the file `docroot/modules/contrib/feeds_tamper/src/FeedTypeTamperManager.php`
- See the error `Undefined type 'Drupal\Component\DependencyInjection\ContainerInterface'.`

Proposed resolution

- Correct dependency from
```
use Drupal\Component\DependencyInjection\ContainerInterface;
```
ā†“
```
use Symfony\Component\DependencyInjection\ContainerInterface;
```

Remaining tasks

- N/A

User interface changes

- N/A

API changes

- N/A

Data model changes

- N/A

šŸ› Bug report
Status

Active

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024