8000 minor #12571 Remove unused imports (toniperic) · symfony/symfony-docs@8df44b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8df44b2

Browse files
committed
minor #12571 Remove unused imports (toniperic)
This PR was merged into the 4.3 branch. Discussion ---------- Remove unused imports <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7de6bfc Remove unused imports
2 parents 3dc9188 + 7de6bfc commit 8df44b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bundles/extension.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ they are compiled when generating the application cache to improve the overall
119119
performance. Define the list of annotated classes to compile in the
120120
``addAnnotatedClassesToCompile()`` method::
121121

122-
use App\Manager\UserManager;
123-
use App\Utils\Slugger;
124-
125-
// ...
126122
public function load(array $configs, ContainerBuilder $container)
127123
{
128124
// ...

0 commit comments

Comments
 (0)
0