Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[DependencyInjection] Remove unused and non-existent Factory attribute use #60861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 6.4
Choose a base branch
from

Conversation

santysisi
Copy link
Contributor

@santysisi santysisi commented Jun 20, 2025

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues No
License MIT

I'm not sure if this should be for the 6.4 or 7.4 branch
I'm not sure if this should be considered a bug or not

This PR removes an unused use statement:

use Symfony\Component\DependencyInjection\Attribute\Factory;

This class is not referenced anywhere in the file and does not exist in the current codebase, so it can safely be removed.

@carsonbot
Copy link

Hey!

Thanks for your PR. You are targeting branch "6.4" but it seems your PR description refers to branch "6.4 (I'm not sure if this should be for the 6.4 or 7.4 branch)".
Could you update the PR description or change target branch? This helps core maintainers a lot.

Cheers!

Carsonbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants