8000 minor #22319 [HttpKernel] Fix missing use statement in RegisterContro… · symfony/symfony@451c32a · GitHub
[go: up one dir, main page]

Skip to content

Commit 451c32a

Browse files
minor #22319 [HttpKernel] Fix missing use statement in RegisterControllerArgumentLocatorPass (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- [HttpKernel] Fix missing use statement in RegisterControllerArgumentLocatorPass | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes (master only) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Maybe meaning that this one misses a test case ensuring parent definitions are indeed took into account Commits ------- dc2fe60 [HttpKernel] Fix missing use statement in RegisterControllerArgumentLocatorsPass
2 parents d662b21 + dc2fe60 commit 451c32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php

Lines changed: 1 addition & 0 deletions
Original fi 6DB1 le line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\DependencyInjection;
1313

14+
use Symfony\Component\DependencyInjection\ChildDefinition;
1415
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1516
use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass;
1617
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)
0