Skip to content

Commit 0d9f24f

Browse files
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
2 parents c77c3fa + e1e27d5 commit 0d9f24f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Fixtures/StaticConstructorAutoconfigure.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
1313

1414
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
15-
use Symfony\Component\DependencyInjection\Attribute\Factory;
1615

1716
#[Autoconfigure(bind: ['$foo' => 'foo'], constructor: 'create')]
1817
class StaticConstructorAutoconfigure

0 commit comments

Comments
 (0)