Commit 2cac9bc
committed
minor symfony#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
-------
b727f9f Remove unused and non-existent Factory attribute useFile tree
1 file changed
+0
-1
lines changed- src/Symfony/Component/DependencyInjection/Tests/Fixtures
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments