You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #60861 [DependencyInjection] Remove unused and non-existent Factory attribute use (santysisi)
This PR was merged into the 6.4 branch.
Discussion
----------
[DependencyInjection] Remove unused and non-existent Factory attribute use
| 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:
```php
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.
Commits
-------
b727f9f4b01 Remove unused and non-existent Factory attribute use
0 commit comments